summaryrefslogtreecommitdiff
path: root/home/.config/sway
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2025-11-24 23:53:11 +0100
committerBotond Hende <nettingman@gmail.com>2025-11-24 23:53:11 +0100
commite81d7b22ca6c6088d9d92d1d783ba42f720dbea9 (patch)
treecfc55408b78377f98c531f7ba970ff7eee3e4c35 /home/.config/sway
parentfe4b4f988bc54043d067a51049c84756b3ed54cd (diff)
output enable disable keys in swayHEADmaster
Diffstat (limited to 'home/.config/sway')
-rw-r--r--home/.config/sway/config10
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:
#