i3-nagbar: don’t quote the -e argument for i3-sensible-terminal
…not all terminals support it
This commit is contained in:
parent
b3d7531947
commit
66b1dadc38
|
@ -163,7 +163,7 @@ static void handle_button_release(xcb_connection_t *conn, xcb_button_release_eve
|
|||
fclose(script);
|
||||
|
||||
char *terminal_cmd;
|
||||
sasprintf(&terminal_cmd, "i3-sensible-terminal -e \"%s\"", script_path);
|
||||
sasprintf(&terminal_cmd, "i3-sensible-terminal -e %s", script_path);
|
||||
|
||||
start_application(terminal_cmd);
|
||||
|
||||
|
|
Loading…
Reference in New Issue