diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 1cb6b96..7cd087b 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -116,6 +116,15 @@ super + ctrl + shift + space # move/resize # +{XF86AudioLowerVolume, XF86AudioRaiseVolume} + pactl set-sink-volume @DEFAULT_SINK@ {-,+}5% + +XF86AudioMute + pactl set-sink-mute @DEFAULT_SINK@ toggle + +super + ctrl + XF86TouchpadToggle + touchpad_toggle.sh + # expand a window by moving one of its side outward super + alt + {h,j,k,l} bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}