From 68b85312d710b456697ae94bd881d3e9bdcab595 Mon Sep 17 00:00:00 2001 From: doryan Date: Mon, 20 Jan 2025 02:19:19 +0400 Subject: [PATCH] feat(sxhkd): add shortcuts for functional keys --- sxhkd/sxhkdrc | 9 +++++++++ 1 file changed, 9 insertions(+) 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}