summary refs log tree commit diff stats
path: root/sxhkd
diff options
context:
space:
mode:
authorAlan Pearce2017-07-16 14:16:31 +0200
committerAlan Pearce2017-07-16 14:16:31 +0200
commitc23813f5776c30b55e76181ac20b39d81b2caf91 (patch)
tree007c8aeaad6d83d03145ed56f8c191b90d0d79c8 /sxhkd
parente5d6dc30263fcf833713b6f227fd6d131b902ec1 (diff)
downloaddotfiles-c23813f5776c30b55e76181ac20b39d81b2caf91.tar.lz
dotfiles-c23813f5776c30b55e76181ac20b39d81b2caf91.tar.zst
dotfiles-c23813f5776c30b55e76181ac20b39d81b2caf91.zip
sxhkd: Adopt configuration
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
new file mode 100644
index 0000000..a8a96eb
--- /dev/null
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -0,0 +1,18 @@
+XF86AudioMute
+  pamixer --toggle-mute
+
+XF86Audio{Lower,Raise}Volume
+  pamixer --{decrease,increase} 1
+
+@XF86AudioMicMute
+  pamixer --source 2 --toggle-mute
+
+XF86MonBrightness{Down,Up}
+  light -{U,A} 0.5%
+
+# XF86Display
+# XF86WLAN
+# XF86Tools
+# XF86Search
+# XF86LaunchA
+# XF86Explorer
\ No newline at end of file