diff --git a/scripts/systemd-run-i3 b/scripts/systemd-run-i3 index 3d9d214..1b74d7a 100755 --- a/scripts/systemd-run-i3 +++ b/scripts/systemd-run-i3 @@ -25,4 +25,5 @@ exec systemd-run \ --collect \ --slice="$slice" \ --unit="$slice-$1-$rand" \ + --property=BindsTo=graphical-session.target \ ${args[@]} -- "$@"