From a16bdfe930d89e1a7fb354b78d16e8742118f76d Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sat, 8 Apr 2023 00:27:03 +0300 Subject: checkers --- config/.config/sxhkd/sxhkdrc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/.config/sxhkd/sxhkdrc (limited to 'config/.config/sxhkd') diff --git a/config/.config/sxhkd/sxhkdrc b/config/.config/sxhkd/sxhkdrc new file mode 100644 index 0000000..c3fdd3f --- /dev/null +++ b/config/.config/sxhkd/sxhkdrc @@ -0,0 +1,21 @@ +# make sxhkd reload its configuration files: +super + Escape + pkill -USR1 -x sxhkd + +# Take a Screenshot +super + S + maim --select | tee ~/pix/ss/$(date +%s).png | xclip -selection clipboard -t image/png + +#Lockscreen +super + L + ~/.local/scripts/lockScreen + + +#Change keyboard Est - Usa +super + U + setxkbmap us -option caps:ctrl_modifier;notify-send -t 1000 'Keyboard US' + +super + E + setxkbmap ee -option caps:ctrl_modifier;notify-send -t 1000 'Keyboard EE' + + -- cgit v1.2.3