From 564495f29f5c4b36f14bf3893adf549fbd1c12dd Mon Sep 17 00:00:00 2001 From: James Reilly Date: Wed, 8 Apr 2026 23:11:29 +0530 Subject: [PATCH] Use xdg-terminal-exec for terminal keyboard shortcuts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace hardcoded /usr/bin/ptyxis --new-window with xdg-terminal-exec for ctrl+alt+t and ctrl+alt+return. This respects the user's configured default terminal (via xdg-terminals.list) rather than always opening Ptyxis — consistent with how the logo menu button already works. On Bluefin, xdg-terminal-exec defaults to Ptyxis. On Dakota (which ships Ghostty), it opens Ghostty instead. Co-Authored-By: Claude Sonnet 4.6 --- .../bluefin/etc/dconf/db/distro.d/02-bluefin-keybindings | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system_files/bluefin/etc/dconf/db/distro.d/02-bluefin-keybindings b/system_files/bluefin/etc/dconf/db/distro.d/02-bluefin-keybindings index 61e1db9e..87b3bfa3 100644 --- a/system_files/bluefin/etc/dconf/db/distro.d/02-bluefin-keybindings +++ b/system_files/bluefin/etc/dconf/db/distro.d/02-bluefin-keybindings @@ -3,13 +3,13 @@ [org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0] binding='t' -command='/usr/bin/ptyxis --new-window' -name='Ptyxis' +command='xdg-terminal-exec' +name='Terminal' [org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1] binding='Return' -command='/usr/bin/ptyxis --new-window' -name='Ptyxis Alt' +command='xdg-terminal-exec' +name='Terminal Alt' [org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2] binding='Escape'