change dotfiles according to my latest setup (bspwm as wm for xfce)
authorAmin Bandali <me@aminb.org>
Sun, 26 Oct 2014 03:59:15 +0000 (23:59 -0400)
committerAmin Bandali <me@aminb.org>
Sun, 26 Oct 2014 03:59:15 +0000 (23:59 -0400)
bspwm/.config/bspwm/bspwmrc
sxhkd/.config/sxhkd/sxhkdrc
x/.xinitrc
zsh/.zprofile

index 1f07d0f..8ca115f 100755 (executable)
@@ -3,14 +3,17 @@
 bspc config border_width        5
 bspc config window_gap                 10
 
+bspc config top_padding 30
+
 bspc config split_ratio         0.5
 bspc config borderless_monocle  true
 bspc config gapless_monocle     true
 bspc config focus_by_distance   true
 
-bspc monitor -d I II III IV V VI VII VIII IX X
+# bspc monitor -d I II III IV V VI VII VIII IX X
+bspc monitor -d I II III IV V
 
 bspc rule -a Firefox desktop=^2 focus=on
 bspc rule -a Thunderbird desktop=^3 focus=on
 
-panel &
+panel &
index 12303f5..584c2a4 100644 (file)
@@ -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
index 73e04e1..0d522e2 100644 (file)
@@ -13,7 +13,7 @@ fi
 
 xrdb -merge ~/.Xresources
 xsetroot -cursor_name left_ptr &  # set the cursor icon
-feh --bg-scale ~/Pictures/the-witcher-3-wild-hunt-10.jpg
+#feh --bg-scale ~/Pictures/the-witcher-3-wild-hunt-10.jpg
 xset +fp /usr/share/fonts/local
 xset +fp ~/.fonts
 xset fp rehash
@@ -26,6 +26,7 @@ synclient TapButton3=2
 synclient HorizTwoFingerScroll=1
 synclient VertScrollDelta=-237
 synclient HorizScrollDelta=-237
+sxhkd &
 
 # screen powersave
 xset +dpms
@@ -33,9 +34,9 @@ xset dpms 0 0 300
 
 # exec gnome-session
 # exec startkde
-exec startxfce4
+exec startxfce4
 # ...or the Window Manager of your choice
 
 sxhkd &
 source ~/.profile
-exec bspwm
+#exec bspwm
index f64674a..65f92a6 100644 (file)
@@ -1,4 +1,4 @@
 
-[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
+[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx