summaryrefslogtreecommitdiff
path: root/config/.config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/.config/sxhkd/sxhkdrc')
-rw-r--r--config/.config/sxhkd/sxhkdrc21
1 files changed, 21 insertions, 0 deletions
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'
+
+