switched to swww and wofi

This commit is contained in:
voidarclabs
2025-08-19 21:33:57 +01:00
parent 2cc678db11
commit 576a511020
13 changed files with 87 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ $browser = firefox
bind = $mainMod, backspace, exec, $scrPath/dontkillsteam.sh # close focused window
bind = $mainMod, F, fullscreen # toggle the window between focus and fullscreen
bind = $mainMod, e, exec, $scrPath/wlogout.sh # launch logout menu
bind = $mainMod, d, exec, fuzzel
bind = $mainMod, d, exec, wofi -a
# Application shortcuts
bind = $mainMod, return, exec, $term # launch terminal emulator
@@ -40,10 +40,10 @@ bindm = Super, mouse:272, movewindow
bindc = SUPER, mouse:272, togglefloating
# Resize floating window with scrollwheels
bind = $submod, mouse_down, resizeactive, 30 0
bind = $submod, mouse_up, resizeactive, -30 0
bind = $submod, mouse_right, resizeactive, 0 30
bind = $submod, mouse_left, resizeactive, 0 -30
bind = $submod, mouse_down, resizeactive, 0 -30
bind = $submod, mouse_up, resizeactive, 0 30
bind = $submod, mouse_right, resizeactive, 30 0
bind = $submod, mouse_left, resizeactive, -30 0
bind = $submod, space, togglefloating, # toggle the window between focus and float
# Screenshot/Screencapture