From a7f08ffd1c05625618bf292114f94b46c9281096 Mon Sep 17 00:00:00 2001 From: vaskozl Date: Sat, 21 Mar 2015 14:44:55 +0100 Subject: volume down fix --- config/bspwm/bspwmrc | 4 +++- config/sxhkd/sxhkdrc | 2 +- xinitrc | 10 +++++----- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 6a2b2fe..d8c81f5 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -1,4 +1,4 @@ -#! /bin/sh +# /bin/sh source ~/.config/bspwm/colors bspc config border_width 3 @@ -10,6 +10,8 @@ bspc config focused_border_color $COLOR0 bspc config active_border_color $COLOR0 bspc config normal_border_color $COLOR11 +bspc config top_padding 24 + bspc config borderless_monocle true bspc config gapless_monocle true bspc config apply_floating_atom true diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index bfcfc86..71eb048 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -207,7 +207,7 @@ super + Prior amixer -q set Master 5+ && volume -f 'V%i' > /tmp/panel-fifo super + Next - amixer -q set Master 5- && volume -f 'V%i' > "$PANEL_FIFO" + amixer -q set Master 5- && volume -f 'V%i' > /tmp/panel-fifo # # # brightness controls diff --git a/xinitrc b/xinitrc index e71ae25..64f3109 100755 --- a/xinitrc +++ b/xinitrc @@ -44,7 +44,7 @@ dropboxd & setxkbmap us -variant colemak xcape -t 300 -e 'Shift_L=parenleft;Shift_R=parenright;Hyper_L=Shift_L|exclam;Hyper_R=Shift_L|question' & xset r 64 -xset r rate 180 40 +xset r rate 150 100 xset m 0 0 xset -b @@ -71,10 +71,10 @@ synclient VertEdgeScroll=0 RTCornerButton=0 RBCornerButton=0 LTCornerButton=0 xmodmap -e "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" # Detect secondary monitor and automatically adjust -if [ `xrandr| grep -c VGA1` -gt 0 ]; then - xrandr --output VGA1 --mode `xrandr | awk 'NR==9 {print $1}'` --right-of LVDS1 - xrandr --output VGA1 --mode 1920x1080 --right-of LVDS1 -fi +#if [ `xrandr| grep -c HDMI1` -gt 0 ]; then +# xrandr --output HDMI1 --mode `xrandr | awk 'NR==9 {print $1}'` --right-of LVDS1 +# xrandr --output HDMI1 --mode 1920x1080 --right-of LVDS1 +#fi if [ $# -lt 1 ]; then -- cgit v1.2.3-54-g00ecf