diff options
Diffstat (limited to 'scroll')
-rw-r--r-- | scroll/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scroll/config b/scroll/config index 3e06009..9c25c8c 100644 --- a/scroll/config +++ b/scroll/config @@ -270,14 +270,14 @@ animations { # You can send windows there and get them back later. # Move the currently focused window to the scratchpad - bindsym $mod+Shift+z move scratchpad + #bindsym $mod+Shift+z 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+z scratchpad show - bindsym --no-repeat $mod+Alt+z scratchpad jump + #bindsym $mod+z scratchpad show + #bindsym --no-repeat $mod+Alt+z scratchpad jump - bindsym $mod+Ctrl+z workspace back_and_forth + #bindsym $mod+Ctrl+z workspace back_and_forth # # Mode modifiers |