From 8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 25 Oct 2014 23:59:15 -0400 Subject: change dotfiles according to my latest setup (bspwm as wm for xfce) --- sxhkd/.config/sxhkd/sxhkdrc | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'sxhkd') diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 12303f5..584c2a4 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -84,7 +84,7 @@ 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 "-*-termsyn-medium-r-normal-*-13-*-*-*-c-*-*-1" -h 31 -nb \#2f2b30 -nf \#fefdfb -sb \#cf0f38 -sf \#fefdfb # make sxhkd reload its configuration files: super + Escape @@ -102,18 +102,18 @@ XF86KbdBrightnessDown XF86KbdBrightnessUp kbdlight up -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 +#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 -- cgit v1.2.3-60-g2f50