diff options
author | Amin Bandali <me@aminb.org> | 2014-11-21 22:08:00 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-11-21 22:08:00 -0500 |
commit | d760033f89f7284473895b207e1e36b2f934e8b8 (patch) | |
tree | bd91c8fe86aea33b8054195bd913f16cb9655fbc /sxhkd | |
parent | e6915379a3e4dac6a7ea56c6f148042bf9d1a6f3 (diff) | |
download | configs-d760033f89f7284473895b207e1e36b2f934e8b8.tar.gz configs-d760033f89f7284473895b207e1e36b2f934e8b8.tar.xz configs-d760033f89f7284473895b207e1e36b2f934e8b8.zip |
new installation setup
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 42606ef..7d39527 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -84,7 +84,7 @@ super + Return urxvt super + space - dmenu_run -fn "Source Code Pro for Powerline:bold:pixelsize=10" -h 28 -nb \#2f2b30 -nf \#fefdfb -sb \#cf0f38 -sf \#fefdfb + dmenu_run -fn "-*-termsyn-medium-r-normal-*-13-*-*-*-c-*-*-1" -h 20 -nb \#2f2b30 -nf \#fefdfb -sb \#cf0f38 -sf \#fefdfb super + x slimlock @@ -105,14 +105,14 @@ XF86KbdBrightnessDown XF86KbdBrightnessUp kbdlight up -XF86AudioRaiseVolume - pulseaudio-ctl up +#XF86AudioRaiseVolume +# pulseaudio-ctl up -XF86AudioLowerVolume - pulseaudio-ctl down +#XF86AudioLowerVolume +# pulseaudio-ctl down -XF86AudioMute - pulseaudio-ctl mute +#XF86AudioMute +# pulseaudio-ctl mute XF86AudioPlay mpc toggle @@ -123,18 +123,18 @@ XF86AudioPrev XF86AudioNext mpc next -#XF86AudioRaiseVolume -# pamixer --increase 5;\ -# pamixer --get-volume > /tmp/volinfo +XF86AudioRaiseVolume + pamixer --increase 5;\ + pamixer --get-volume > /tmp/volinfo -#XF86AudioLowerVolume -# pamixer --decrease 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 +XF86AudioMute + pamixer --toggle-mute;\ + if $(pamixer --get-mute) ; then;\ + echo ⮝ > /tmp/spkicon;\ + else;\ + echo ⮟ > /tmp/spkicon;\ + fi |