Skip to content

Commit

Permalink
[config] By default escape run command.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Feb 22, 2024
1 parent 1c8159c commit 83ecbfe
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 434 deletions.
6 changes: 3 additions & 3 deletions config/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ Settings config = {
.terminal_emulator = "rofi-sensible-terminal",
.ssh_client = "ssh",
/** Command when executing ssh. */
.ssh_command = "{terminal} -e {ssh-client} {host} [-p {port}]",
.ssh_command = "{terminal} -e '{ssh-client}' '{host}' [-p {port}]",
/** Command when running */
.run_command = "{cmd}",
.run_command = "'{cmd}'",
/** Command used to list executable commands. empty -> internal */
.run_list_command = "",
/** Command executed when running application in terminal */
.run_shell_command = "{terminal} -e {cmd}",
.run_shell_command = "{terminal} -e '{cmd}'",
/** Command executed on accep-entry-custom for window modus */
.window_command = "wmctrl -i -R {window}",
/** No default icon theme, we search Adwaita and gnome as fallback */
Expand Down
Loading

0 comments on commit 83ecbfe

Please sign in to comment.