Skip to content

Commit

Permalink
fix: Restore Control+Alt+T shortcut for terminals (ublue-os#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Dec 22, 2023
1 parent fbb7e6e commit af3366d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion usr/etc/dconf/db/local.d/01-ublue
Original file line number Diff line number Diff line change
Expand Up @@ -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='<Control><Alt>t'
command='xdg-terminal-exec'
name='Prompt'

[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1]
binding='<Control><Alt>u'
command='xdg-terminal-exec -- distrobox enter ubuntu'
Expand Down Expand Up @@ -109,7 +114,7 @@ download-updates-notify=false

[com/github/stunkymonkey/nautilus-open-any-terminal]
terminal='prompt'
keybindings=['<Ctrl><Alt>t']
keybindings=''
new-tab=false
flatpak='off'

Expand Down

0 comments on commit af3366d

Please sign in to comment.