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 &
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
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
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
synclient HorizTwoFingerScroll=1
synclient VertScrollDelta=-237
synclient HorizScrollDelta=-237
+sxhkd &
# screen powersave
xset +dpms
# exec gnome-session
# exec startkde
-# exec startxfce4
+exec startxfce4
# ...or the Window Manager of your choice
sxhkd &
source ~/.profile
-exec bspwm
+#exec bspwm
-[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
+# [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx