diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/.config/sway/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home/.config/sway/config b/home/.config/sway/config index 9c27c7b..712e4ad 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -191,6 +191,16 @@ bindsym --to-code $mod+C exec ~/git/hestia/record.sh bindsym --to-code $mod+Shift+0 move container to workspace number 10 # Note: workspaces can have any name you want, not just numbers. # We just use 1-10 as the default. + +# Screens + +bindsym --to-code $mod+Insert output HDMI-A-1 enable +bindsym --to-code $mod+Delete output HDMI-A-1 disable + + +bindsym --to-code $mod+Home output DP-2 enable +bindsym --to-code $mod+End output DP-2 disable + # # Layout stuff: # |
