feat: use picom build from "implementation-window-animation" branch

This commit is contained in:
doryan 2024-09-12 19:49:07 +04:00
parent ef6f08a6bc
commit b5ea580923

View File

@ -1,7 +1,6 @@
#!/bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x picom > /dev/null || picom &
bspc monitor DVI-I-1 -d I II III IV V
bspc monitor HDMI-1 -d VI VII VIII IX X
@ -31,6 +30,7 @@ bspc config presel_border_color "#26E2FF"
bash $HOME/.config/polybar/launch.sh &
sxhkd &
picom --experimental-backends &
nitrogen --restore &
dunst &
xsetroot -cursor_name left_ptr &