Skip to content

Commit

Permalink
Revert "[config] By default escape run command."
Browse files Browse the repository at this point in the history
This reverts commit 83ecbfe.
  • Loading branch information
DaveDavenport committed Feb 22, 2024
1 parent 83ecbfe commit 118e3a4
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 266 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 118e3a4

Please sign in to comment.