make some changes to the sxhkd configuration
This commit is contained in:
parent
c348631ea3
commit
9cdd36d51a
|
@ -8,6 +8,9 @@ super + Return
|
|||
super + {_,shift + } b
|
||||
{xclip -selection primary -o | xargs vimb,vimb}
|
||||
|
||||
super + p
|
||||
pashmenu
|
||||
|
||||
super + m
|
||||
xclip -selection primary -o | xargs mpv
|
||||
|
||||
|
@ -24,13 +27,10 @@ super + w
|
|||
super + {_,shift + }n
|
||||
nws {local,national}
|
||||
|
||||
{XF86Display,super + d}
|
||||
{XF86Display,super + o}
|
||||
disp
|
||||
|
||||
XF86Battery
|
||||
indicate
|
||||
|
||||
XF86ScreenSaver
|
||||
{XF86ScreenSaver,super + l}
|
||||
slock
|
||||
|
||||
XF86AudioMute
|
||||
|
@ -47,8 +47,9 @@ super + q
|
|||
super + e
|
||||
bspc quit 0
|
||||
|
||||
super + {_,shift + }{h,j,k,l}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
# ignore this
|
||||
super + {_,ctrl +,shift + }{h,j,k,l}
|
||||
bspc node -{f,p,s} {west,south,north,east}
|
||||
|
||||
super + {_,shift + } {1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
|
|
Loading…
Reference in New Issue