Update float/tile and disable ffm

This commit is contained in:
Hunter Haugen 2019-01-23 12:13:42 -08:00
parent cb9da3a6d4
commit 22e0a89d14
Signed by: hunner
GPG key ID: EF99694AA599DDAD

View file

@ -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