From 5e646a0093c053c09781e8fc38cf7d425cce186c Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 12 Feb 2024 18:10:33 -0500 Subject: [PATCH] feat: set terminal quick launch shortcuts ctrl-alt-t = host ctrl-alt-u = ubuntu ctrl-alt-f = fedora ctrl-alt-enter = bluefin-cli These depend on the toolboxes being setup ahead of time otherwise prompt will just open to the host so it'll be benign for users that haven't set them up. --new-window is working for me but we can file that upstream. --- usr/etc/dconf/db/local.d/01-ublue | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/usr/etc/dconf/db/local.d/01-ublue b/usr/etc/dconf/db/local.d/01-ublue index 93581066a17..aa09c345aad 100644 --- a/usr/etc/dconf/db/local.d/01-ublue +++ b/usr/etc/dconf/db/local.d/01-ublue @@ -57,12 +57,12 @@ min-alpha=0.5 [org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0] binding='t' -command='xdg-terminal-exec' -name='Prompt' +command='prompt --tab-with-profile=2871e8027773ae74d6c87a5f659bbc74' +name='Host Prompt' [org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1] binding='u' -command='xdg-terminal-exec -- distrobox enter ubuntu' +command='prompt --tab-with-profile=4741cb2eb3614750b79edc5c4b8c08b3' name='Ubuntu Prompt' [org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2] @@ -70,8 +70,18 @@ binding='Escape' command="flatpak run io.missioncenter.MissionCenter" name='mission-center' +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3] +binding='Enter' +command="prompt --tab-with-profile=a21a910811504857bea4c96b3d937b93" +name='Bluefin Prompt' + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4] +binding='f' +command="prompt --tab-with-profile=d6fe45489ed74fada5d95d715449ce7e" +name='Fedora Prompt' + [org/gnome/settings-daemon/plugins/media-keys] -custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/'] +custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/'] home=['e'] [org/gnome/settings-daemon/plugins/power] @@ -86,16 +96,6 @@ sort-directories-first=true [org/gnome/mutter] experimental-features=['scale-monitor-framebuffer'] -[com/raggesilver/BlackBox] -command-as-login-shell=true -use-custom-command=false -custom-shell-command='distrobox enter ubuntu' -theme-dark="Yaru" -style-preference=2 -font="Ubuntu Mono 16" -window-width=975 -window-height=650 - [org/gnome/software] allow-updates=false download-updates=false