Skip to content

Instantly share code, notes, and snippets.

@desyncr
Created December 3, 2013 21:32
Show Gist options
  • Save desyncr/7777842 to your computer and use it in GitHub Desktop.
Save desyncr/7777842 to your computer and use it in GitHub Desktop.
Hack to keep two monitors synced (on the same desktop both) on bspwm
# keep bspwm monitors synced
ctrl + alt + Tab
bspc monitor -f DVI-I-0 ; bspc desktop -f next ; bspc monitor -f VGA-0 ; bspc desktop -f next
ctrl + alt + shift + Tab
bspc monitor -f DVI-I-0 ; bspc desktop -f prev; bspc monitor -f VGA-0 ; bspc desktop -f prev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment