summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-11-25 16:36:00 +0100
committerBotond Hende <nettingman@gmail.com>2024-11-25 16:36:00 +0100
commit5bcfd3d8ac7be5798a851a20deb97b9e0cef2b03 (patch)
tree26cef2a1a9973954b48f86407d48480f1286f38d
parent826bf54fb4ded278ee9e5fc6e0c1a4e8354d9224 (diff)
scratchpad works on any keyboard layout in swayHEADmaster
-rw-r--r--home/.config/sway/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/.config/sway/config b/home/.config/sway/config
index 2a51af4..1fae18e 100644
--- a/home/.config/sway/config
+++ b/home/.config/sway/config
@@ -220,11 +220,11 @@ bindsym --to-code $mod+C exec ~/git/hestia/record.sh
# You can send windows there and get them back later.
# Move the currently focused window to the scratchpad
- bindsym $mod+Shift+minus move scratchpad
+ bindsym --to-code $mod+Shift+minus move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
- bindsym $mod+minus scratchpad show
+ bindsym --to-code $mod+minus scratchpad show
#
# Resizing containers:
#