Launcher: Add support for Terminal=true

This commit is contained in:
o9000
2017-09-02 10:53:20 +02:00
parent eb93af3622
commit 14c3824632
12 changed files with 105 additions and 30 deletions

View File

@@ -353,5 +353,5 @@ void clock_action(void *obj, int button, int x, int y, Time time)
command = clock_dwheel_command;
break;
}
tint_exec(command, NULL, NULL, time, obj, x, y);
tint_exec(command, NULL, NULL, time, obj, x, y, FALSE, TRUE);
}