update to pwr-dmenu
parent
59425734ef
commit
9d2c72e167
|
|
@ -68,7 +68,7 @@ bind = $mainMod SHIFT, V, tagwindow, +centered
|
||||||
#bind = $mainMod, H, movecurrentworkspacetomonitor
|
#bind = $mainMod, H, movecurrentworkspacetomonitor
|
||||||
bind = $mainMod, C, pseudo, # dwindle
|
bind = $mainMod, C, pseudo, # dwindle
|
||||||
bind = $mainMod, B, togglesplit, # dwindle
|
bind = $mainMod, B, togglesplit, # dwindle
|
||||||
bind = $mainMod SHIFT, O, exec, hyprctl dispatch exit 1
|
bind = $mainMod SHIFT, O, exec, hyprshutdown
|
||||||
bind = $mainMod, O, exec, hyprlock
|
bind = $mainMod, O, exec, hyprlock
|
||||||
#power-dmenu
|
#power-dmenu
|
||||||
bind = $mainMod ALT, O, exec, ~/.config/scripts/pwr-dmenu.sh
|
bind = $mainMod ALT, O, exec, ~/.config/scripts/pwr-dmenu.sh
|
||||||
|
|
@ -160,6 +160,7 @@ bind = $mainMod, TAB, cyclenext
|
||||||
bind = $mainMod SHIFT, TAB, exec, $winswitch
|
bind = $mainMod SHIFT, TAB, exec, $winswitch
|
||||||
|
|
||||||
bind = $mainMod ALT CTRL SHIFT, END, exit
|
bind = $mainMod ALT CTRL SHIFT, END, exit
|
||||||
|
bind = $mainMod ALT, O, ~/.config/scripts/pwr-menu.sh
|
||||||
|
|
||||||
bind = $mainMod CTRL, $navleft, workspace, r-1
|
bind = $mainMod CTRL, $navleft, workspace, r-1
|
||||||
bind = $mainMod CTRL, $navright, workspace, r+1
|
bind = $mainMod CTRL, $navright, workspace, r+1
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
hyprshutdown
|
||||||
poweroff
|
poweroff
|
||||||
hyprctl kill
|
hyprctl kill
|
||||||
reboot
|
reboot
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
cat ~/.config/frequentcommands.list | wofi --show=dmenu | zsh
|
cat ~/.config/scripts/frequentcommands.list | wofi --show=dmenu | zsh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue