diff options
Diffstat (limited to '.config/bspwm/bspwmrc')
| -rwxr-xr-x | .config/bspwm/bspwmrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc new file mode 100755 index 0000000..6643d90 --- /dev/null +++ b/.config/bspwm/bspwmrc @@ -0,0 +1,22 @@ +#!/bin/bash + +pgrep -x sxhkd >/dev/null || sxhkd -m -1 & + +PRIMARY_MON="HDMI-A-0" +SECONDARY_MON="DisplayPort-2" + +bspc monitor $PRIMARY_MON -d 1 +bspc monitor $SECONDARY_MON -d 2 + +bspc config border_width 1 +bspc config window_gap 1 +bspc config top_padding 14 + +bspc config split_ratio 0.50 +bspc config borderless_monocle true +bspc config gapless_monocle true + +$HOME/.local/bin/polybar-launch + +bspc rule -a mpdinfo state=floating +bspc rule -a Screenkey manage=off |
