diff --git a/gamescope-session/usr/bin/gamescope-session-plus b/gamescope-session/usr/bin/gamescope-session-plus index a4d9746..ee3732b 100755 --- a/gamescope-session/usr/bin/gamescope-session-plus +++ b/gamescope-session/usr/bin/gamescope-session-plus @@ -55,3 +55,7 @@ fi if [[ ! -z $(systemctl status lightdm | grep running) ]]; then systemctl restart lightdm fi +# Ly (For pikaos) +if [[ ! -z $(systemctl status ly | grep running) ]]; then + systemctl restart ly +fi