aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-03-22 22:37:29 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-03-22 22:37:29 +0100
commita351f6a842d3f5a0edc1360515585a6355dea04a (patch)
tree209f68a8726ed15ca1db1a70580bcfaa9a4ddaec
parentaeacd873392686f4fc12d93dab82903d1140f974 (diff)
parenta7f08ffd1c05625618bf292114f94b46c9281096 (diff)
downloaddotfiles-a351f6a842d3f5a0edc1360515585a6355dea04a.tar.gz
dotfiles-a351f6a842d3f5a0edc1360515585a6355dea04a.tar.bz2
dotfiles-a351f6a842d3f5a0edc1360515585a6355dea04a.zip
Merge branch 'master' of github.com:Vaskozl/dotfiles
-rwxr-xr-xconfig/bspwm/bspwmrc2
-rw-r--r--config/sxhkd/sxhkdrc2
-rwxr-xr-xxinitrc8
3 files changed, 6 insertions, 6 deletions
diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc
index f3c9e72..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
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc
index 7ee957a..7177ba8 100644
--- a/config/sxhkd/sxhkdrc
+++ b/config/sxhkd/sxhkdrc
@@ -210,7 +210,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 d415471..64f3109 100755
--- a/xinitrc
+++ b/xinitrc
@@ -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