From 22e0a89d14edb075206f8e48177b74e7123bff66 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 23 Jan 2019 12:13:42 -0800 Subject: [PATCH] Update float/tile and disable ffm --- .chunkwmrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.chunkwmrc b/.chunkwmrc index cf07d88..badc447 100755 --- a/.chunkwmrc +++ b/.chunkwmrc @@ -94,7 +94,7 @@ chunkc set focused_border_skip_floating 0 chunkc core::load border.so chunkc core::load tiling.so -chunkc core::load ffm.so +# chunkc core::load ffm.so # # 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 \"DEVONagent\" --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 \"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 \"IntelliJ IDEA\" --name ".+Documents/work/git.+" --state tile chunkc tiling::rule --owner \"IntelliJ IDEA\" --except ".+Documents/work/git.+" --state float