bspwm: bring back some original key bindings, adjust others

This commit is contained in:
Łukasz Pankowski 2020-07-21 05:26:07 +02:00
parent 9180080c47
commit 8dfd72a3de

View File

@ -3,11 +3,11 @@
# #
# terminal emulator # terminal emulator
super + shift + Return super + Return
alacritty alacritty
# program launcher # program launcher
super + p super + @space
sh ~/.config/bspwm/commands.sh dmenu_run sh ~/.config/bspwm/commands.sh dmenu_run
# make sxhkd reload its configuration files: # make sxhkd reload its configuration files:
@ -17,11 +17,14 @@ super + Escape
super + e super + e
emacsclient -n -c emacsclient -n -c
super + ctrl + p super + r ; {e,f,t}
bspc node -f $(xtitle -f '%u %s\n' $(bspc query -N -n .window) | sh ~/.config/bspwm/commands.sh dmenu | cut -f 1 -d ' ') {emacsclient -n -c,firefox,thunderbird}
super + semicolon super + shift + @space
echo -e 'slock\nsystemctl suspend\nsystemctl hibernate\n' | sh ~/.config/bspwm/commands.sh dmenu -l 20 | sh bspc node -f $(xtitle -f '%u %s\n' $(bspc query -N -n .window) | sh ~/.config/bspwm/commands.sh dmenu -l 20 -i | cut -f 1 -d ' ')
super + semicolon ; shift + {h,l,s}
{systemctl hibernate,slock,systemctl suspend}
super + F6 super + F6
sh ~/.config/bspwm/commands.sh switch-colors sh ~/.config/bspwm/commands.sh switch-colors
@ -29,7 +32,7 @@ super + F6
XF86AudioPlay XF86AudioPlay
mpc toggle mpc toggle
{XF86AudioLowerVolume,XF86AudioRaiseVolume} XF86Audio{Lower,Raise}Volume
pamixer -{d,i} 5 pamixer -{d,i} 5
XF86AudioMute XF86AudioMute
@ -80,7 +83,7 @@ super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east} bspc node -{f,s} {west,south,north,east}
# focus the node for the given path jump # focus the node for the given path jump
super + {shift + p,b,comma,period} super + {p,b,comma,period}
bspc node -f @{parent,brother,first,second} bspc node -f @{parent,brother,first,second}
# focus the next/previous node in the current desktop # focus the next/previous node in the current desktop