Created
November 8, 2012 18:20
xbindkeys config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For the benefit of emacs users: -*- shell-script -*- | |
########################### | |
# xbindkeys configuration # | |
########################### | |
# Examples of commands: | |
"cterm" | |
alt + shift + Return | |
"rundialog" | |
alt + shift + r | |
"run_dialog_show" | |
alt + shift + e | |
"amixer -q set Master toggle" | |
c:121 | |
"amixer -q set Master 5%-" | |
c:122 | |
"amixer -q set Master 5%+" | |
c:123 | |
"clementine --play-pause" | |
mod4 + control + c | |
"clementine --next" | |
mod4 + control + b | |
"toggle_touchpad" | |
XF86TouchpadToggle | |
"xscreensaver-command -lock" | |
mod4 + l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment