diff options
-rwxr-xr-x | home/nipsy/common/optional/desktops/i3/xscreensaver-activate | 2 |
1 files changed, 1 insertions, 1 deletions
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 |