switched to swww and wofi
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user