added bwmenu to i3
This commit is contained in:
parent
c9451dd7b6
commit
4079d5fded
|
|
@ -24,9 +24,9 @@ case "${selection}" in
|
|||
" logout")
|
||||
i3-msg exit;;
|
||||
" sleep")
|
||||
betterlockscreen -l dim && systemctl suspend;;
|
||||
systemctl suspend;;
|
||||
" hibernate")
|
||||
betterlockscreen -l dim && systemctl hibernate;;
|
||||
systemctl hibernate;;
|
||||
" reboot")
|
||||
systemctl reboot;;
|
||||
" shutdown")
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ bindsym $mod+z gaps outer current plus 5
|
|||
bindsym $mod+Shift+z gaps outer current minus 5
|
||||
|
||||
bindsym $mod+x exec gpmdp
|
||||
|
||||
bindsym Mod1+p exec bwmenu
|
||||
bindsym $mod+c exec $term -e weechat
|
||||
#bindsym $mod+Shift+c
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue