2024-01-28 16:37:10 -06:00

27 lines
649 B
Bash
Executable File

#!/bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
bspc monitor DP-2 -d 1 2 3 4 5
bspc monitor HDMI-0 -d 6 7 8 9 0
bspc config border_width 2
bspc config window_gap 12
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc rule -a Lxappearance state=floating
bspc rule -a Nvidia-settings state=floating
bspc rule -a openrgb state=floating
bspc rule -a Sxiv state=floating
pgrep -x dunst > /dev/null || dunst &
pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh &
~/.config/bspwm/scripts/launch-polybar.sh &
pgrep -x picom > /dev/null || picom &