Add rules to chunkwm for floating IntelliJ and PhpStorm popup windows rather than tiling them
This commit is contained in:
parent
39cd7421f7
commit
cb1fc9444b
1 changed files with 3 additions and 0 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue