From: Amin Bandali Date: Sun, 26 Oct 2014 03:59:15 +0000 (-0400) Subject: change dotfiles according to my latest setup (bspwm as wm for xfce) X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe change dotfiles according to my latest setup (bspwm as wm for xfce) --- 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