Axarva / dotfiles-2.0

XMonad™️. Widgets go brr.
MIT License
1.72k stars 156 forks source link

picom doesn't automaticaly start #189

Closed ghost closed 1 year ago

ghost commented 1 year ago

when i set the backend to xr_glx_hybrid(the other ones dont work properly) on picom.conf it doesn't auto reload the settings, only if i manually type picom on terminal

Expected behavior picom starts

ghost commented 1 year ago

solved it, inside the .xmonad/xmonad.hs change the line where picom is executed "spawnOnce "picom --experimental-backends"" by "spawnOnce "picom --experimental-backends || picom""