Files
rofi/xdg-terminal.patch
Michael Vetter 27ad1e8197 - Update to. 1.7.9:
* Add -imdkit config to toggle imdkit at runtime
  * [Widget] Add 2 workaround for error in corner radius drawing
  * [rofi-sensible-terminal] Add ghostty 
  * [scrollbar] Add theming for rounded corners
  * [DOC] Fix indenting of sub-bullets as mkdocs interpets them differently
  * Fix typo in fullscreen-preview.rasi
  * Add theming to hide text cursor if no text is put in
  * [DRUN] Add option to exclude categories from drun
  * [XCB] Don't keep casting from int to double to int
  * [Helper] Add a rofi_fallthrough macro to tell compiler fallthrough is 
    intentional
  * [View] xcb_clear_area fixed wrong argument order.
  * [DRun] Better handling of corrupted cache file.
  * Fix broken Pango link
  * [NKUtils] Drop support for binding Meta key.
  * [View] Allow cycling through matching methods
  * Fix wrong pointer -replace and small cleanup.
  * [Textbox] Small signedness fixes for password mask code.
  * [dmenu] Modified textbox password masking
  * add smartcase support like vim
  * [Mode] Fix wrong documentation header.
  * Execute custom user commands or scripts on a variety of rofi events
  * Add option to enable the kb-delete-entry in script mode
  * [Window] Allow active window to be sorted on top
  * [Lexer] Allow for optional imports

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rofi?expand=0&rev=59
2025-06-02 16:57:02 +00:00

25 lines
1.2 KiB
Diff

Index: rofi-1.7.9/config/config.c
===================================================================
--- rofi-1.7.9.orig/config/config.c
+++ rofi-1.7.9/config/config.c
@@ -62,16 +62,16 @@ Settings config = {
/** Custom command to call when menu screenshot is taken */
.on_screenshot_taken = NULL,
/** Terminal to use. (for ssh and open in terminal) */
- .terminal_emulator = "rofi-sensible-terminal",
+ .terminal_emulator = "xdg-terminal",
.ssh_client = "ssh",
/** Command when executing ssh. */
- .ssh_command = "{terminal} -e {ssh-client} {host} [-p {port}]",
+ .ssh_command = "{terminal} {ssh-client} {host} [-p {port}]",
/** Command when running */
.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} {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 */