summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2014-10-25 23:59:15 -0400
committerAmin Bandali <me@aminb.org>2014-10-25 23:59:15 -0400
commit8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe (patch)
tree8f4ebd338ed0a25fc51d1d6eb0996b1cf52f2be4
parentdac80d79b0f68cd143c15c9a4769d630a7d03d08 (diff)
downloadconfigs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.tar.gz
configs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.tar.xz
configs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.zip
change dotfiles according to my latest setup (bspwm as wm for xfce)
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc7
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc32
-rw-r--r--x/.xinitrc7
-rw-r--r--zsh/.zprofile2
4 files changed, 26 insertions, 22 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index 1f07d0f..8ca115f 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -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 &
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
diff --git a/x/.xinitrc b/x/.xinitrc
index 73e04e1..0d522e2 100644
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -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
diff --git a/zsh/.zprofile b/zsh/.zprofile
index f64674a..65f92a6 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -1,4 +1,4 @@
-[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
+# [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx