diff options
| -rw-r--r-- | home/.config/sway/additional.d/desktop | 2 | ||||
| -rw-r--r-- | home/.config/sway/config | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/home/.config/sway/additional.d/desktop b/home/.config/sway/additional.d/desktop index d963112..bd116ee 100644 --- a/home/.config/sway/additional.d/desktop +++ b/home/.config/sway/additional.d/desktop @@ -10,7 +10,7 @@ input type:pointer { } # Screens -bindsym --to-code $mod+Insert output HDMI-A-1 enable +bindsym --to-code $mod+Insert exec 'swaymsg output HDMI-A-1 enable; swaymsg output HDMI-A-1 mode 3840x2160@120Hz' 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 diff --git a/home/.config/sway/config b/home/.config/sway/config index 712e4ad..8e1601b 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -192,15 +192,6 @@ bindsym --to-code $mod+C exec ~/git/hestia/record.sh # 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: # |
