mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-07 00:07:35 -04:00
Adds support for infinite and free_infinite layouts and some related binds and parameters
This commit is contained in:
parent
8216cacb3b
commit
673d193c16
7 changed files with 420 additions and 2 deletions
22
.clangd
Normal file
22
.clangd
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
CompileFlags:
|
||||
CompilationDatabase: build
|
||||
Add:
|
||||
- "-DWLR_USE_UNSTABLE"
|
||||
- "-D_POSIX_C_SOURCE=200809L"
|
||||
- -g
|
||||
- "-DVERSION=\"0.14.4\""
|
||||
- "-DSYSCONFDIR=\"/etc\""
|
||||
- "-DXWAYLAND"
|
||||
|
||||
Diagnostics:
|
||||
UnusedIncludes: None
|
||||
Suppress:
|
||||
- unused-function
|
||||
- unused-variable
|
||||
- unused-parameter
|
||||
|
||||
Hover:
|
||||
ShowAKA: false
|
||||
|
||||
Index:
|
||||
Background: Build
|
||||
Loading…
Add table
Add a link
Reference in a new issue