Move xbindkeys config
This commit is contained in:
@@ -24,7 +24,7 @@ xset -b # disable bell
|
||||
xset r rate 200 30 # adjust typematic delay & rate
|
||||
|
||||
# Shared
|
||||
xbindkeys &
|
||||
xbindkeys -f "$HOME"/.config/xbindkeys/config
|
||||
xbanish &
|
||||
redshift -o -O "$(cat /tmp/temperature)" & # Run redshift in one shot mode
|
||||
|
||||
|
||||
21
.config/xbindkeys/config
Normal file
21
.config/xbindkeys/config
Normal file
@@ -0,0 +1,21 @@
|
||||
# Headphone controls for spotify
|
||||
"playerctl --player=ncspot next --player=spotify next"
|
||||
m:0x0 + c:171
|
||||
XF86AudioNext
|
||||
"playerctl --player=ncspot previous --player=spotify previous"
|
||||
m:0x0 + c:173
|
||||
XF86AudioPrev
|
||||
"playerctl --player=ncspot pause --player=spotify pause"
|
||||
m:0x0 + c:209
|
||||
XF86AudioPause
|
||||
"playerctl --player=ncspot play --player=spotify play"
|
||||
m:0x0 + c:208
|
||||
XF86AudioPlay
|
||||
|
||||
# Wacom mappings
|
||||
"xdotool key Super_L+j"
|
||||
m:0x00 + b:13
|
||||
"xdotool key space"
|
||||
m:0x00 + b:12
|
||||
"xdotool key Print"
|
||||
m:0x00 + b:11
|
||||
Reference in New Issue
Block a user