summaryrefslogtreecommitdiff
path: root/sxhkd
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/sxhkdrc41
1 files changed, 41 insertions, 0 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
new file mode 100644
index 0000000..870db32
--- /dev/null
+++ b/sxhkd/sxhkdrc
@@ -0,0 +1,41 @@
+super+shift+control+alt+slash
+ bookmarks
+
+super+shift+control+alt+period
+ rdpmenu
+
+super+shift+control+alt+r
+ i3-dmenu-desktop
+
+super+shift+control+alt+e
+ emacsclient -c
+
+super+shift+control+alt+m
+ $TERMINAL -e "neomutt"
+
+super+shift+control+alt+s
+ flameshot gui
+
+super+shift+control+alt+l
+ loginctl lock-session
+
+super+shift+control+alt+p
+ passmenu-otp
+
+super+shift+control+alt+v
+ sleep 0.5 && xdotool type "$(xclip -o)"
+
+super+shift+control+alt+w
+ change_wallpaper
+
+super+shift+control+alt+Return
+ $TERMINAL -c floatterm
+
+XF86AudioPlay
+ playerctl play-pause
+
+XF86MonBrightnessUp
+ brightnessctl set 5%+
+
+XF86MonBrightnessDown
+ brightnessctl set 5%- \ No newline at end of file