From fbcd6dc21a789a8ab1254f9e6be89383becaf2c3 Mon Sep 17 00:00:00 2001 From: Jonathan Wyss Date: Fri, 5 Dec 2025 14:19:14 +0100 Subject: [PATCH] update keyboard shortcuts --- sxhkdrc | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/sxhkdrc b/sxhkdrc index cb961fd..60cf826 100644 --- a/sxhkdrc +++ b/sxhkdrc @@ -3,10 +3,33 @@ super + Escape "$XDG_CONFIG_HOME"/sxhkd/functions Print flameshot gui - #spectacle -ctrl + alt + i - display-conf -i -ctrl + alt + e - display-conf -e -ctrl + alt + a - display-conf -a +#change display to extern (HDMI) +alt + shift + e + display-conf.sh -e +#change to eDP +alt + shift + i + display-conf.sh -i +alt + shift + a + display-conf.sh -a +alt + shift + p + pulseaudio-restart.sh +#XF86AudioPlay +# ""mpc toggle"" +#XF86Forward +# ""mpc next"" +#XF86Back +# ""mpc prev"" +#XF86AudioRaiseVolume +# ""mpc volume +5"" +#XF86AudioLowerVolume +# ""mpc volume -5"" +XF86Audio{LowerVolume,RaiseVolume} + pulsemixer --change-volume {-10,+10} +#XF86Audio{Prev,Next} +# playerctl {previous,next} +XF86AudioPlay + playerctl play-pause +alt + XF86Audio{LowerVolume,RaiseVolume} + playerctl {previous,next} +alt + v + via