Launcher: Add support for Terminal=true
This commit is contained in:
@@ -464,5 +464,5 @@ void battery_action(void *obj, int button, int x, int y, Time time)
|
||||
command = battery_dwheel_command;
|
||||
break;
|
||||
}
|
||||
tint_exec(command, NULL, NULL, time, obj, x, y);
|
||||
tint_exec(command, NULL, NULL, time, obj, x, y, FALSE, TRUE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user