add and move stuff
This commit is contained in:
94
old/home/xbindkeysrc
Normal file
94
old/home/xbindkeysrc
Normal file
@@ -0,0 +1,94 @@
|
||||
###########################
|
||||
# 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
|
||||
|
||||
|
||||
|
||||
#Print Screen
|
||||
"screengrab --fullscreen"
|
||||
m:0x0 + c:107
|
||||
Print
|
||||
|
||||
#Alt + F4
|
||||
"feh --fullscreen ~/.config/i3/imgs/nope.jpg"
|
||||
m:0x8 + c:70
|
||||
Alt + F4
|
||||
|
||||
#Volume Up
|
||||
"pactl set-sink-volume 0 +5%"
|
||||
m:0x0 + c:123
|
||||
XF86AudioRaiseVolume
|
||||
|
||||
#Volume Down
|
||||
"pactl set-sink-volume 0 -5%"
|
||||
m:0x0 + c:122
|
||||
XF86AudioLowerVolume
|
||||
|
||||
#Mute
|
||||
"pactl set-sink-mute 0 toggle"
|
||||
m:0x0 + c:121
|
||||
XF86AudioMute
|
||||
|
||||
#Increase Brightness
|
||||
"light -A 4"
|
||||
m:0x0 + c:233
|
||||
XF86MonBrightnessUp
|
||||
|
||||
#Decrease Brightness
|
||||
"light -U 4"
|
||||
m:0x0 + c:232
|
||||
XF86MonBrightnessDown
|
||||
|
||||
#Toggle Mic
|
||||
"pactl set-source-mute 1 toggle"
|
||||
m:0x0 + c:198
|
||||
XF86AudioMicMute
|
||||
|
||||
#Play Pause
|
||||
"playerctl play-pause"
|
||||
m:0x4 + c:67
|
||||
Control + F1
|
||||
|
||||
#Next
|
||||
"playerctl next"
|
||||
m:0x4 + c:69
|
||||
Control + F3
|
||||
|
||||
#Previous
|
||||
"playerctl previous"
|
||||
m:0x4 + c:68
|
||||
Control + F2
|
||||
|
||||
#
|
||||
# End of xbindkeys configuration
|
||||
Reference in New Issue
Block a user