update sxhkdrc config
This commit is contained in:
parent
a77ad7f74a
commit
dc15edb3d0
@ -8,12 +8,20 @@ super + Return
|
|||||||
|
|
||||||
# program launcher
|
# program launcher
|
||||||
super + @space
|
super + @space
|
||||||
rofi -show drun
|
rofi -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/shades/scripts/rofi/launcher.rasi
|
||||||
|
|
||||||
|
# screen locker
|
||||||
|
super + l
|
||||||
|
slock
|
||||||
|
|
||||||
# make sxhkd reload its configuration files:
|
# make sxhkd reload its configuration files:
|
||||||
super + Escape
|
super + Escape
|
||||||
pkill -USR1 -x sxhkd
|
pkill -USR1 -x sxhkd
|
||||||
|
|
||||||
|
# quake-style terminal
|
||||||
|
super + d
|
||||||
|
tdrop -ma -w 98% -x 1% -y 30 -s quake st
|
||||||
|
|
||||||
#
|
#
|
||||||
# bspwm hotkeys
|
# bspwm hotkeys
|
||||||
#
|
#
|
||||||
@ -49,9 +57,6 @@ super + {t,shift + t,s,f}
|
|||||||
# set the node flags
|
# set the node flags
|
||||||
super + ctrl + {m,x,y,z}
|
super + ctrl + {m,x,y,z}
|
||||||
bspc node -g {marked,locked,sticky,private}
|
bspc node -g {marked,locked,sticky,private}
|
||||||
|
|
||||||
#
|
|
||||||
# focus/swap
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# focus the node in the given direction
|
# focus the node in the given direction
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user