Update float/tile and disable ffm
This commit is contained in:
parent
cb9da3a6d4
commit
22e0a89d14
1 changed files with 8 additions and 2 deletions
10
.chunkwmrc
10
.chunkwmrc
|
|
@ -94,7 +94,7 @@ chunkc set focused_border_skip_floating 0
|
||||||
|
|
||||||
chunkc core::load border.so
|
chunkc core::load border.so
|
||||||
chunkc core::load tiling.so
|
chunkc core::load tiling.so
|
||||||
chunkc core::load ffm.so
|
# chunkc core::load ffm.so
|
||||||
|
|
||||||
#
|
#
|
||||||
# NOTE: shell commands require escaped quotes
|
# NOTE: shell commands require escaped quotes
|
||||||
|
|
@ -113,8 +113,14 @@ chunkc tiling::rule --owner \"Stickies\" --state float
|
||||||
chunkc tiling::rule --owner \"System Preferences\" --state float
|
chunkc tiling::rule --owner \"System Preferences\" --state float
|
||||||
chunkc tiling::rule --owner \"DEVONagent\" --state float
|
chunkc tiling::rule --owner \"DEVONagent\" --state float
|
||||||
chunkc tiling::rule --owner \"nvALT\" --state float
|
chunkc tiling::rule --owner \"nvALT\" --state float
|
||||||
|
chunkc tiling::rule --owner \"Day One\" --state float
|
||||||
|
chunkc tiling::rule --owner \"1Password 7\" --name ".*1Password mini.*" --state float
|
||||||
|
chunkc tiling::rule --owner \"Buckets\" --state float
|
||||||
|
chunkc tiling::rule --owner \"Electron\" --state float
|
||||||
|
chunkc tiling::rule --owner \"GlassBrowser\" --state float
|
||||||
|
chunkc tiling::rule --owner \"Helium\" --state float
|
||||||
chunkc tiling::rule --owner \"Emacs\" --state tile
|
chunkc tiling::rule --owner \"Emacs\" --state tile
|
||||||
chunkc tiling::rule --owner \"Adobe Lightroom CC\" --state tile
|
chunkc tiling::rule --owner \"Adobe Lightroom CC\" --state float
|
||||||
chunkc tiling::rule --owner \"1Password 7\" --state tile
|
chunkc tiling::rule --owner \"1Password 7\" --state tile
|
||||||
chunkc tiling::rule --owner \"IntelliJ IDEA\" --name ".+Documents/work/git.+" --state tile
|
chunkc tiling::rule --owner \"IntelliJ IDEA\" --name ".+Documents/work/git.+" --state tile
|
||||||
chunkc tiling::rule --owner \"IntelliJ IDEA\" --except ".+Documents/work/git.+" --state float
|
chunkc tiling::rule --owner \"IntelliJ IDEA\" --except ".+Documents/work/git.+" --state float
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue