From bb3dde2d935a0dbb7662f88efaac2d5d53310fda Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 17 Feb 2025 10:20:32 -0800 Subject: Fix Steam path reference --- home/nipsy/common/optional/desktops/i3/xscreensaver-activate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/nipsy/common/optional/desktops/i3/xscreensaver-activate b/home/nipsy/common/optional/desktops/i3/xscreensaver-activate index edcfa62..05f98fa 100755 --- a/home/nipsy/common/optional/desktops/i3/xscreensaver-activate +++ b/home/nipsy/common/optional/desktops/i3/xscreensaver-activate @@ -75,7 +75,7 @@ while true; do fi # a Steam game is running - elif ps axfu | grep '/home/nipsy/.steam/debian-installation/steamapps/common' | grep -qv grep; then + elif ps axfu | grep -v grep | grep -q '/home/nipsy/.local/share/Steam/steamapps/common/'; then # make sure xscreensaver is even running before telling it to stay idle if pidof xscreensaver &>/dev/null; then -- cgit v1.2.3