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
|
super + {_,shift + } b
|
||||||
{xclip -selection primary -o | xargs vimb,vimb}
|
{xclip -selection primary -o | xargs vimb,vimb}
|
||||||
|
|
||||||
|
super + p
|
||||||
|
pashmenu
|
||||||
|
|
||||||
super + m
|
super + m
|
||||||
xclip -selection primary -o | xargs mpv
|
xclip -selection primary -o | xargs mpv
|
||||||
|
|
||||||
|
@ -24,13 +27,10 @@ super + w
|
||||||
super + {_,shift + }n
|
super + {_,shift + }n
|
||||||
nws {local,national}
|
nws {local,national}
|
||||||
|
|
||||||
{XF86Display,super + d}
|
{XF86Display,super + o}
|
||||||
disp
|
disp
|
||||||
|
|
||||||
XF86Battery
|
{XF86ScreenSaver,super + l}
|
||||||
indicate
|
|
||||||
|
|
||||||
XF86ScreenSaver
|
|
||||||
slock
|
slock
|
||||||
|
|
||||||
XF86AudioMute
|
XF86AudioMute
|
||||||
|
@ -47,8 +47,9 @@ super + q
|
||||||
super + e
|
super + e
|
||||||
bspc quit 0
|
bspc quit 0
|
||||||
|
|
||||||
super + {_,shift + }{h,j,k,l}
|
# ignore this
|
||||||
bspc node -{f,s} {west,south,north,east}
|
super + {_,ctrl +,shift + }{h,j,k,l}
|
||||||
|
bspc node -{f,p,s} {west,south,north,east}
|
||||||
|
|
||||||
super + {_,shift + } {1-9,0}
|
super + {_,shift + } {1-9,0}
|
||||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||||
|
|
Loading…
Reference in New Issue