fennerm / flashfocus

Simple focus animations for tiling window managers.
MIT License
753 stars 9 forks source link

flashfocus stops working after restart bspwm #73

Open huyhoang8398 opened 2 years ago

huyhoang8398 commented 2 years ago
xrdb -merge $HOME/.Xresources
pgrep -x sxhkd > /dev/null || sxhkd &
picom &
nitrogen --restore &
dunst &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
flashfocus &

I use autostart script with bspwm

Artturin commented 2 years ago

dupe of https://github.com/fennerm/flashfocus/issues/40 ?

huyhoang8398 commented 2 years ago

I tried to setup systemd service for x11 as the docs but the service cannot start after login

huyhoang8398 commented 2 years ago

image

fennerm commented 2 years ago

Hey @huyhoang8398 its a bit difficult for me to help with these sorts of questions since its likely to be at least partially related to your specific system set up. I'd recommend seeing if you can get any error messages in the systemd logs. If you can find any errors from flashfocus I may be able to help.