This commit is contained in:
abs3nt 2023-02-28 22:00:58 -08:00
parent 3f46f5b12b
commit 39b7f83123
2 changed files with 2 additions and 0 deletions

View File

@ -17,4 +17,5 @@ bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focus_follows_pointer true
bspc config pointer_follows_focus true

View File

@ -12,6 +12,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
fi
xrdb ~/.Xresources
xsetroot -cursor_name left_ptr
frame &
picom &
signal-desktop-beta &
greenclip daemon &