diff options
-rwxr-xr-x | bspwmrc | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +#!/bin/sh + +pgrep -x sxhkd > /dev/null || sxhkd & + +xss-lock --transfer-sleep-lock -- i3lock-fancy & +feh --bg-fill ~/.wallpaper.png +killall -qw picom; picom -b +pgrep -x polybar > /dev/null || ~/.config/polybar/launch.sh & + +bspc monitor 'eDP-1'-n 1 -d 1 2 3 4 5 6 7 8 9 +bspc monitor 'DP-2' -n 2 -d 1 2 3 4 5 6 7 8 9 + +bspc config border_width 0 +bspc config window_gap 10 + +bspc config split_ratio 0.52 +bspc config borderless_monocle true +bspc config gapless_monocle true |