From c8d0663f73b5496751a516880b43f533b8e014ad Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 22 Dec 2023 01:28:47 -0800 Subject: [PATCH] fix: Restore Control+Alt+T shortcut for terminals (#747) --- usr/etc/dconf/db/local.d/01-ublue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usr/etc/dconf/db/local.d/01-ublue b/usr/etc/dconf/db/local.d/01-ublue index 8e89d991f84..8cb3ac90d98 100644 --- a/usr/etc/dconf/db/local.d/01-ublue +++ b/usr/etc/dconf/db/local.d/01-ublue @@ -66,6 +66,11 @@ customize-alphas=true max-alpha=0.8 min-alpha=0.5 +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0] +binding='t' +command='xdg-terminal-exec' +name='Prompt' + [org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1] binding='u' command='xdg-terminal-exec -- distrobox enter ubuntu' @@ -109,7 +114,7 @@ download-updates-notify=false [com/github/stunkymonkey/nautilus-open-any-terminal] terminal='prompt' -keybindings=['t'] +keybindings='' new-tab=false flatpak='off'