Add i3 (WIP)

This commit is contained in:
Jeremy Soller 2025-11-20 09:51:08 -07:00
parent da93b635fe
commit fe435b6cf0
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,20 @@
#TODO: GLOB_TILDE and wordexp.h
[source]
tar = "https://i3wm.org/downloads/i3-4.24.tar.xz"
blake3 = "3b54ed52759339e545a7a5f602946abc0164c37eb801e79c0cb40f93dbae53d2"
[build]
dependencies = [
"cairo",
"libev",
"libxkbcommon-x11",
"pango",
"pcre2",
"startup-notification",
"xcb-util-cursor",
"xcb-util-keysyms",
"xcb-util-wm",
"xcb-util-xrm",
"yajl",
]
template = "meson"