X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/3aeeb20d5babf5d6698677d469f44b805058803e..d6e35f6acad691d85d3d337bdff68be7d7927a29:/sxhkd/.config/sxhkd/sxhkdrc diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 12303f5..9037438 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -84,7 +84,10 @@ super + Return urxvt super + space - dmenu_run -fn "-*-termsyn-medium-r-normal-*-13-*-*-*-c-*-*-1" -h 20 -nb \#2f2b30 -nf \#fefdfb -sb \#cf0f38 -sf \#fefdfb + dmenu_run -fn "Source Code Pro for Powerline:bold:pixelsize=10" -h 28 -nb \#2f2b30 -nf \#fefdfb -sb \#cf0f38 -sf \#fefdfb + +super + x + slimlock # make sxhkd reload its configuration files: super + Escape @@ -103,17 +106,26 @@ XF86KbdBrightnessUp kbdlight up XF86AudioRaiseVolume - pamixer --increase 5;\ - pamixer --get-volume > /tmp/volinfo + pulseaudio-ctl up XF86AudioLowerVolume - pamixer --decrease 5;\ - pamixer --get-volume > /tmp/volinfo + pulseaudio-ctl down XF86AudioMute - pamixer --toggle-mute;\ - if $(pamixer --get-mute) ; then;\ - echo ⮝ > /tmp/spkicon;\ - else;\ - echo ⮟ > /tmp/spkicon;\ - fi + pulseaudio-ctl mute + +#XF86AudioRaiseVolume +# pamixer --increase 5;\ +# pamixer --get-volume > /tmp/volinfo + +#XF86AudioLowerVolume +# pamixer --decrease 5;\ +# pamixer --get-volume > /tmp/volinfo + +#XF86AudioMute +# pamixer --toggle-mute;\ +# if $(pamixer --get-mute) ; then;\ +# echo ⮝ > /tmp/spkicon;\ +# else;\ +# echo ⮟ > /tmp/spkicon;\ +# fi