diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index dea80377..e1556d6c 100755
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -8,6 +8,18 @@
 alt + Return
 	konsole
 
+# Program launcher
+alt + space
+	rofi -show drun -display-drun ':'
+
+# SSH browser
+alt + backslash
+	rofi -show ssh
+
+# Program switcher
+alt + Tab
+	rofi -show
+
 # Reload SXHKD
 alt + Escape
 	pkill -USR1 -x sxhkd
@@ -18,6 +30,16 @@ alt + p
 alt + shift + p
 	pkill xwinwrap
 
+# Pulse controls
+XF86Audio{Raise,Lower}Volume
+	pactl set-sink-volume 0 {+,-}5%
+XF86AudioMute
+	pactl set-sink-mute 0 toggle
+
+# Brightness controls
+XF86MonBrightness(Up,Down)
+	xbacklight (-inc,-dec) 5
+
 ####################
 # BSPWM HOTKEYS
 ####################