diff options
author | ZachIR <zachir@librem.one> | 2025-07-26 12:59:57 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-26 12:59:57 -0500 |
commit | dc3897a61769a24cecb4f1ab8385c0cf6d21e4d4 (patch) | |
tree | 0e9dad858dc0d0cd345697337c6f56bcdc119289 /scroll/config | |
parent | 453206c3c82d2a305ffe1634a1609cc740ddb4e5 (diff) |
Add dmenu scripts to scroll
Diffstat (limited to 'scroll/config')
-rw-r--r-- | scroll/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scroll/config b/scroll/config index d9596be..cb19b70 100644 --- a/scroll/config +++ b/scroll/config @@ -480,6 +480,14 @@ bindsym $mod+g mode "spaces" # Special key to take a screenshot with grim bindsym Print exec grim +# Launch lwc librewolf profile interface +bindsym $mod+Alt+w exec lwc +# Launch qbc qutebrowser profile interface +bindsym $mod+Alt+q exec qbc +# Launch dmount dmenu mount script +bindsym $mod+Alt+comma exec dmount +# Launch dmenuumount dmenu umount script +bindsym $mod+Alt+period exec dmenuumount focus_wrapping no |