Add sxhkd bindings
This commit is contained in:
parent
76d6d80ec0
commit
c7e48e82c5
1 changed files with 8 additions and 2 deletions
|
|
@ -61,8 +61,11 @@ super + alt + shift + {h,j,k,l}
|
||||||
super + ctrl + {1-9}
|
super + ctrl + {1-9}
|
||||||
bspc window -r 0.{1-9}
|
bspc window -r 0.{1-9}
|
||||||
|
|
||||||
super + {_,shift + }{1-9,0}
|
super + {1-9,0}
|
||||||
bspc {desktop -f,window -d} ^{1-9,10}
|
bspc desktop -f ^{1-9,10}
|
||||||
|
|
||||||
|
super + shift + {1-9,0}
|
||||||
|
bspc desktop -f ^{1-9,10}; bspc window last -d focused; bspc window -f last
|
||||||
|
|
||||||
~button1
|
~button1
|
||||||
bspc pointer -g focus
|
bspc pointer -g focus
|
||||||
|
|
@ -92,3 +95,6 @@ super + Escape
|
||||||
|
|
||||||
super + shift + semicolon
|
super + shift + semicolon
|
||||||
i3lock -e -i ~/images/lockscreen.png
|
i3lock -e -i ~/images/lockscreen.png
|
||||||
|
|
||||||
|
XF86Audio{Mute,LowerVolume,RaiseVolume}
|
||||||
|
pulseaudio-ctl {mute,down,up}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue