aboutsummaryrefslogtreecommitdiff
path: root/sxhkd
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd')
-rwxr-xr-xsxhkd/sxhkdrc39
1 files changed, 36 insertions, 3 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index 2e761049..0f62c74d 100755
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -1,4 +1,20 @@
-# Restart hotkey daemon
+# launch apps
+super + w
+ nitrogen
+
+super + i
+ firefox
+
+super + b
+ pcmanfm
+
+super + g
+ gimp
+
+super + t
+ thunderbird
+
+# restart hotkey daemon
super + shift + x
killall sxhkd && sxhkd &
@@ -6,6 +22,22 @@ super + shift + x
alt + Return
run_dmenu
+# lock screen
+super + q
+ betterlockscreen -l -t 'pee pee poo poo'
+
+# take a screenshot
+super + shift + Return
+ scrot /zt/Screenshots/Screenshot-%Y-%d-%m--%T.png
+
+# volume keybindings
+alt + F2
+ pulseaudio-ctl mute
+alt + F3
+ pulseaudio-ctl down
+alt + F4
+ pulseaudio-ctl up
+
# hlwm keybindings
# focus windows
super + {h,j,k,l}
@@ -55,9 +87,10 @@ alt + n
alt + m
herbstclient split explode
+# TODO think up better keybindings
# move between tags (tag 1 to 10 are handled by hc
-super + {q,w,e}
+alt + {q,w,e}
herbstclient use_index {10,11,12}
# move windows to tags
-super + shift + {q,w,e}
+alt + shift + {q,w,e}
herbstclient move_index {10,11,12}