Skip to content

Instantly share code, notes, and snippets.

@Skehmatics
Created November 14, 2016 05:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Skehmatics/c6581940193b2d5eddcf4d148ccb383f to your computer and use it in GitHub Desktop.
Save Skehmatics/c6581940193b2d5eddcf4d148ccb383f to your computer and use it in GitHub Desktop.
; 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" )
)
)
#!/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