From 43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 11 Sep 2009 13:13:14 +0200 Subject: Initial import of dotfiles --- xbindkeysrc | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 xbindkeysrc (limited to 'xbindkeysrc') 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 -- cgit v1.2.3