Created
November 14, 2016 05:32
-
-
Save Skehmatics/c6581940193b2d5eddcf4d148ccb383f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; generated_rule Cava | |
( if | |
( begin | |
( is ( window_name ) "cava" ) | |
) | |
( begin | |
( pin ) | |
( undecorate ) | |
( skip_pager ) | |
( skip_tasklist ) | |
( wintype "dock" ) | |
( maximize_horizontally ) | |
( geometry "1920x500+0+523" ) | |
( below ) | |
( println "match" ) | |
) | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
gnome-terminal --window-with-profile=CavaDesk && sleep 5 && devilspie & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment