summaryrefslogtreecommitdiff
path: root/xbindkeysrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-11 13:13:14 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-11 13:13:14 +0200
commit43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c (patch)
treedf8e143285987e8a6a76657f9037a424a0262500 /xbindkeysrc
downloaddotfiles-43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c.tar.xz
Initial import of dotfiles
Diffstat (limited to 'xbindkeysrc')
-rw-r--r--xbindkeysrc47
1 files changed, 47 insertions, 0 deletions
diff --git a/xbindkeysrc b/xbindkeysrc
new file mode 100644
index 0000000..59da17d
--- /dev/null
+++ b/xbindkeysrc
@@ -0,0 +1,47 @@
+# -*- shell-script -*-
+#
+# anrxc's xbindkeys configuration
+#
+# The format of a command line is:
+# "command to start"
+# associated key (+ key)
+#
+# List of modifier:
+# Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
+# Mod3 (CapsLock), Mod4 (Win), Mod5 (Scroll).
+
+# Uncomment if you want to pay attention to *Lock modifiers
+#keystate_numlock = enable
+#keystate_capslock = enable
+#keystate_scrolllock= enable
+
+"amixer -q sset Master toggle"
+ XF86AudioMute
+
+"amixer -q sset PCM 2dB-"
+ XF86AudioLowerVolume
+
+"amixer -q sset PCM 2dB+"
+ XF86AudioRaiseVolume
+
+"firefox -browser"
+ XF86WWW
+
+"urxvt -title Alpine -e alpine"
+ XF86Mail
+
+"kscreenlocker --forcelock"
+ XF86ModeLock
+
+"ksnapshot"
+ Print
+
+"xrefresh"
+ XF86Refresh
+
+"gqview"
+ XF86Pictures
+
+#"sudo pm-hibernate"
+# XF86Sleep
+# End of xbindkeys configuration