This repository has been archived on 2023-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/.config/bspwm/bspwmrc

17 lines
273 B
Bash
Executable File

#!/bin/sh
bspc rule -r "*"
killall sxhkd
sxhkd &
nitrogen --restore
killall picom
picom &
killall dunst
dunst &
killall lemonbar
owobar | lemonbar -f "monospace" &
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
bspc config border_width 0
bspc config window_gap 12