diff options
| author | Botond Hende <nettingman@gmail.com> | 2025-11-24 23:53:11 +0100 |
|---|---|---|
| committer | Botond Hende <nettingman@gmail.com> | 2025-11-24 23:53:11 +0100 |
| commit | e81d7b22ca6c6088d9d92d1d783ba42f720dbea9 (patch) | |
| tree | cfc55408b78377f98c531f7ba970ff7eee3e4c35 /home/.config | |
| parent | fe4b4f988bc54043d067a51049c84756b3ed54cd (diff) | |
Diffstat (limited to 'home/.config')
| -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: # |
