i3-nagbar: don’t quote the -e argument for i3-sensible-terminal

…not all terminals support it
next
Michael Stapelberg 2012-12-24 16:56:20 +01:00
parent b3d7531947
commit 66b1dadc38
1 changed files with 1 additions and 1 deletions

View File

@ -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);