Add rules to chunkwm for floating IntelliJ and PhpStorm popup windows rather than tiling them

This commit is contained in:
Danielle McLean 2019-03-07 09:46:30 +11:00
parent 39cd7421f7
commit cb1fc9444b
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240

View file

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