From b5785e96822236922b7d01dff0e2d202e644cc92 Mon Sep 17 00:00:00 2001 From: zombie Date: Fri, 7 Apr 2023 23:01:44 -0400 Subject: [PATCH] changed printscreen --- .config/sxhkd/sxhkdrc | 10 ++++++++++ 1 file changed, 10 insertions(+) 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} +