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