From a4c6623d09b0436101c501dcfbd4ad9e6c42d056 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 5 Jan 2025 15:36:44 +0100 Subject: [PATCH] Update gamescope-session/usr/bin/gamescope-session-plus --- gamescope-session/usr/bin/gamescope-session-plus | 4 ++++ 1 file changed, 4 insertions(+) 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