Created
September 2, 2017 10:48
-
-
Save ashic/1b5b2e0cf6856d4aa73b8b37c04fc7b5 to your computer and use it in GitHub Desktop.
This file contains 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
bindsym $mod+Shift+s exec --no-startup-id xrandr --output DP-1 --auto --left-of eDP-1 | |
bindsym $mod+Control+s exec --no-startup-id xrandr --output DP-1 --off | |
# move workspace left/right | |
bindsym $mod+Ctrl+Shift+Left move workspace to output left | |
bindsym $mod+Ctrl+Shift+Right move workspace to output right |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment