complete-run: clear the DESKTOP_STARTUP_ID environment variable before starting i3

next
Michael Stapelberg 2011-10-25 22:21:59 +01:00
parent 91d589b176
commit af6f8ca7c2
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ sub activate_i3 {
if ($pid == 0) {
$ENV{LISTEN_PID} = $$;
$ENV{LISTEN_FDS} = 1;
delete $ENV{DESKTOP_STARTUP_ID};
$ENV{DISPLAY} = $args{display};
$ENV{PATH} = join(':',
'../i3-nagbar',