Initial commit for i3-debian branch
This commit is contained in:
64
.xbindkeysrc
Normal file
64
.xbindkeysrc
Normal file
@@ -0,0 +1,64 @@
|
||||
###########################
|
||||
# xbindkeys configuration #
|
||||
###########################
|
||||
#
|
||||
# Version: 0.1.3
|
||||
#
|
||||
# If you edit this, do not forget to uncomment any lines that you change.
|
||||
# The pound(#) symbol may be used anywhere for comments.
|
||||
#
|
||||
# A list of keys is in /usr/include/X11/keysym.h and in
|
||||
# /usr/include/X11/keysymdef.h
|
||||
# The XK_ is not needed.
|
||||
#
|
||||
# List of modifier (on my keyboard):
|
||||
# Control, Shift, Mod1 (Alt), Mod2 (NumLock),
|
||||
# Mod3 (CapsLock), Mod4, Mod5 (Scroll).
|
||||
#
|
||||
# Another way to specifie a key is to use 'xev' and set the
|
||||
# keycode with c:nnn or the modifier with m:nnn where nnn is
|
||||
# the keycode or the state returned by xev
|
||||
#
|
||||
# This file is created by xbindkey_config
|
||||
# The structure is :
|
||||
# # Remark
|
||||
# "command"
|
||||
# m:xxx + c:xxx
|
||||
# Shift+...
|
||||
|
||||
|
||||
|
||||
|
||||
#keystate_numlock = enable
|
||||
#keystate_scrolllock = enable
|
||||
#keystate_capslock = enable
|
||||
|
||||
|
||||
|
||||
#Volume Up
|
||||
"pactl set-sink-volume @DEFAULT_SINK@ +10%"
|
||||
m:0x0 + c:76
|
||||
F10
|
||||
|
||||
#Volume Down
|
||||
"pactl set-sink-volume @DEFAULT_SINK@ -10%"
|
||||
m:0x0 + c:75
|
||||
F9
|
||||
|
||||
#Toggle Audio
|
||||
"pactl set-sink-mute @DEFAULT_SINK@ toggle"
|
||||
m:0x0 + c:74
|
||||
F8
|
||||
|
||||
#Brightness Up
|
||||
"xbacklight -inc 9.99 && echo $(xbacklight) > $HOME/.config/.brightness"
|
||||
m:0x0 + c:73
|
||||
F7
|
||||
|
||||
#Brightness Down
|
||||
"xbacklight -dec 9.99 && echo $(xbacklight) > $HOME/.config/.brightness"
|
||||
m:0x0 + c:72
|
||||
F6
|
||||
|
||||
#
|
||||
# End of xbindkeys configuration
|
||||
Reference in New Issue
Block a user