summaryrefslogtreecommitdiff
path: root/.config/bspwm
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 14:39:18 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 14:39:18 -0700
commit8b204c6d7270976b6a3c2bfaad87822a119d2564 (patch)
tree16846455b7b59889efa9b345e7c63d3c1612566b /.config/bspwm
parent6fe0dfc5fe085eddcc9deabfd78e280d1afc113f (diff)
Messing around with polybar
Diffstat (limited to '.config/bspwm')
-rwxr-xr-x.config/bspwm/bspwmrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index f070332..aea7991 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -18,9 +18,6 @@ polybar_panel
# Multihead stuff.
if [ $(uname -n) = "arch" ]; then
- export MAINMON="DP-0"
- export SECMON="HDMI-0"
-
# Run a script to select the main monitor.
if [ $(pgrep -f bspwm_enforce_monitor_position | wc -l) < 2]; then
bspwm_enforce_monitor_position $MAINMON '^1' &
@@ -36,7 +33,8 @@ else
fi
# General config.
-bspc config border_width 5
+bspc config top_padding 24
+bspc config border_width 2
bspc config window_gap 5
bspc config split_ratio 0.52
bspc config borderless_monocle true