Skip to content

Instantly share code, notes, and snippets.

@cole-h
Created March 14, 2020 20:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cole-h/a026c15d32edb1fe54b646ffdf36b599 to your computer and use it in GitHub Desktop.
# allows all otherwise-bound shortcuts to be activated (useful when sending
# to VM or nested Sway instance)
set $passthrough passthrough
mode "$passthrough" {
bindsym Pause mode "default"
}
bindsym $mod+Pause mode $passthrough
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment