Skip to content

Instantly share code, notes, and snippets.

@geekosaur
Created December 28, 2018 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geekosaur/d43f36b141053eff9a663671acba87b3 to your computer and use it in GitHub Desktop.
Save geekosaur/d43f36b141053eff9a663671acba87b3 to your computer and use it in GitHub Desktop.
scratchpads :: NamedScratchpads
scratchpads = [ NS "scratchpad" scratchpad (role =? "scratchpad") nonFloating
, NS "volume" "pavucontrol" (className =? "Pavucontrol") nonFloating
]
where
scratchpad = "urxvt -r scratchpad"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment