protocols/
test/
.clang-format
571 B
.clangd
365 B
.gitignore
82 B
.gitsigners
91 B
LICENSE
32.3 KiB
LICENSE.dwl
34.9 KiB
LICENSE.dwm
2.0 KiB
LICENSE.spectrwm
1.3 KiB
LICENSE.sway
1.0 KiB
LICENSE.tinywl
7.0 KiB
Makefile
7.8 KiB
PKGBUILD
952 B
README
5.6 KiB
config.def.h
15.7 KiB
config.mk
269 B
swm.1.adoc
3.3 KiB
swm.c
246.5 KiB
swm.desktop
81 B
swm.h
3.5 KiB
swmctl.1.adoc
2.5 KiB
swmctl.c
19.6 KiB
util.c
2.2 KiB
util.h
399 B
.clangd
raw
| 1 | CompileFlags: |
| 2 | Compiler: clang |
| 3 | Add: |
| 4 | - -std=c23 |
| 5 | - -I. |
| 6 | - -I/usr/include/wlroots-0.20 |
| 7 | - -I/usr/include/pixman-1 |
| 8 | - -I/usr/include/libdrm |
| 9 | - -DWLR_USE_UNSTABLE |
| 10 | - -D_POSIX_C_SOURCE=200809L |
| 11 | - -DVERSION="1.0.0" |
| 12 | |
| 13 | --- |
| 14 | If: |
| 15 | PathMatch: .*\.h |
| 16 | CompileFlags: |
| 17 | Add: |
| 18 | - -xc |
| 19 | |
| 20 | --- |
| 21 | If: |
| 22 | PathMatch: config(\.def)?\.h |
| 23 | Diagnostics: |
| 24 | Suppress: "*" |