diff options
author | ZachIR <zachir@librem.one> | 2025-07-26 12:59:11 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-26 12:59:11 -0500 |
commit | 3b4aabf936aeca88f325183f1a7895f0a5b263a9 (patch) | |
tree | 27613bd8624518f825630d2812f2b188227ba62a /scroll | |
parent | 5a20ce5c913f79f3e9192dc85c469b1929685d2e (diff) |
Remove default scroll scratchpad bindings
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 |