diff options
author | ZachIR <zachir@librem.one> | 2025-07-26 12:58:23 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-26 12:58:23 -0500 |
commit | 024301a886470f528cdd27b7911f1bd9b76e554f (patch) | |
tree | 520228a08a9aebcf7df1aea841fd890b2839d3e3 /scroll | |
parent | 5462f87978dfa2d09d90dc3497852d03c007b5d1 (diff) |
Fix closing windows in scroll
Diffstat (limited to 'scroll')
-rw-r--r-- | scroll/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scroll/config b/scroll/config index 222f6cd..86f26df 100644 --- a/scroll/config +++ b/scroll/config @@ -130,7 +130,7 @@ animations { bindsym $mod+Shift+c reload # Closes the active application (hopefully) - bindsym $mod+Shift+q view_close + bindsym $mod+Shift+q kill # Exit scroll (logs you out of your Wayland session) bindsym $mod+Shift+e exec scrollnag -t warning -m 'You pressed the exit shortcut. Do you really want to exit scroll? This will end your Wayland session.' -B 'Yes, exit scroll' 'scrollmsg exit' |