summaryrefslogtreecommitdiff
path: root/config/.config/sxhkd
diff options
context:
space:
mode:
authorRasmus <rasmus.luha@gmail.com>2023-04-08 00:27:03 +0300
committerRasmus <rasmus.luha@gmail.com>2023-04-08 00:27:03 +0300
commita16bdfe930d89e1a7fb354b78d16e8742118f76d (patch)
treef32aabd929a485ac24ea2b3fb1c9c9d041f27478 /config/.config/sxhkd
checkers
Diffstat (limited to 'config/.config/sxhkd')
-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'
+
+