From 71adc2caf71af4103d152da3b35baae1e3ededd4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 12 Mar 2024 11:34:51 +0100 Subject: [PATCH] sway: add new keybindings for scratchpad --- .config/sway/config.keybinds | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/sway/config.keybinds b/.config/sway/config.keybinds index b33ffb2..139a184 100644 --- a/.config/sway/config.keybinds +++ b/.config/sway/config.keybinds @@ -79,8 +79,13 @@ bindsym $mod+Shift+0 move container to workspace 10 bindsym $mod+Shift+ssharp move container to workspace 11 # Scratchpad +# $mod+Shift+x won't work bindsym $mod+Shift+x move scratchpad bindsym $mod+x scratchpad show +bindsym $mod+Shift+asciicircum move scratchpad +bindsym $mod+Shift+dead_circumflex move scratchpad +bindsym $mod+asciicircum scratchpad show +bindsym $mod+dead_circumflex scratchpad show # reload the configuration file bindsym $mod+Shift+c reload