diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 1585ffd..9eeb5bf 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -10,10 +10,19 @@ super + Return super + r rofi -show drun +#take a screenshot +super + o + flameshot full -p /home/zombie/Pictures & flameshot gui +Print + flameshot full -p /home/zombie/Pictures & flameshot gui + + + # make sxhkd reload its configuration files: super + Escape pkill -USR1 -x sxhkd + # # bspwm hotkeys # @@ -119,3 +128,4 @@ super + alt + shift + {h,j,k,l} # move a floating window super + {Left,Down,Up,Right} bspc node -v {-20 0,0 20,0 -20,20 0} +