fix: open closer with powermenu
This commit is contained in:
parent
18638c83e9
commit
cbebf081ec
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ bind = $mainMod, T, togglespecialworkspace, thunder
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
|
|
||||||
bind = $mainMod, L, exec, $LOCK_PATH/lock.sh
|
bind = $mainMod, L, exec, $LOCK_PATH/lock.sh
|
||||||
bind = $mainMod SHIFT, E, exec, ags toggle-window powermenu
|
bind = $mainMod SHIFT, E, exec, ags run-js 'ags.App.openWindow("closer")'; ags run-js 'ags.App.openWindow("powermenu")'
|
||||||
bindn =, Escape, exec, $EWW_PATH/close-opened.sh
|
bindn =, Escape, exec, $EWW_PATH/close-opened.sh
|
||||||
bind = $mainMod SHIFT, SPACE, togglefloating,
|
bind = $mainMod SHIFT, SPACE, togglefloating,
|
||||||
bind = $mainMod, D, exec, wofi --show drun
|
bind = $mainMod, D, exec, wofi --show drun
|
||||||
|
|
Loading…
Reference in a new issue