This commit is contained in:
kento2 2026-02-03 23:53:12 +01:00
parent 916ff52966
commit 136aa8bbc7
17 changed files with 227 additions and 191 deletions

View file

@ -13,10 +13,6 @@ super + s
super + Tab
dkcmd ws view last
# dedicated volume keys
{XF86AudioRaiseVolume,XF86AudioLowerVolume}
pamixer {-i,-d} 2
# reload sxhkd
super + shift + x
pkill -USR1 -x sxhkd
@ -73,4 +69,14 @@ super + {_,shift + ,ctrl + }{comma,period,backslash}
super + {_,shift + }{c,v}
dkcmd set {master,stack} {+1,-1}
# volume keys
{XF86AudioRaiseVolume,XF86AudioLowerVolume}
pactl set-sink-volume @DEFAULT_SINK@ {+,-}5%
{XF86AudioMute,XF86AudioMicMute}
pactl set-{sink,source}-mute @DEFAULT_{SINK,SOURCE}@ toggle
# media keys
super + {y,less,greater}
playerctl {play-pause,previous,next}
# vim:ft=sxhkdrc