diff options
| -rw-r--r-- | home/.config/sway/additional.d/desktop | 8 | ||||
| -rw-r--r-- | home/.config/sway/config | 9 |
2 files changed, 8 insertions, 9 deletions
diff --git a/home/.config/sway/additional.d/desktop b/home/.config/sway/additional.d/desktop index b86b729..bd116ee 100644 --- a/home/.config/sway/additional.d/desktop +++ b/home/.config/sway/additional.d/desktop @@ -9,4 +9,12 @@ input type:pointer { pointer_accel 0.15 } +# Screens +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 + +output HDMI-A-1 disable + exec blueman-manager 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: # |
