complete-run: clear the DESKTOP_STARTUP_ID environment variable before starting i3
This commit is contained in:
parent
91d589b176
commit
af6f8ca7c2
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue