From cb1fc9444b0a6edfc600c49f35275b23f8140bcb Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 7 Mar 2019 09:46:30 +1100 Subject: [PATCH] Add rules to chunkwm for floating IntelliJ and PhpStorm popup windows rather than tiling them --- config/chunkwm/chunkwmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/chunkwm/chunkwmrc b/config/chunkwm/chunkwmrc index 726e968..839e05e 100755 --- a/config/chunkwm/chunkwmrc +++ b/config/chunkwm/chunkwmrc @@ -132,6 +132,9 @@ chunkc tiling::rule --owner Tweetbot --name '"New Tweet"' --state float & # NOTE: sample rules for the tiling plugin # +chunkc tiling::rule --owner \"PhpStorm\" --except "~/projects/" --state float & +chunkc tiling::rule --owner \"IntelliJ IDEA\" --except "~/projects/" --state float & + chunkc tiling::rule --owner Finder --name Copy --state float & chunkc tiling::rule --owner \"App Store\" --state float & chunkc tiling::rule --owner Emacs --except "^$" --state tile &