- Configure gnome-console as default terminal, not ptyxis

OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/gnome-branding-Aeon?expand=0&rev=31
This commit is contained in:
Richard Brown 2024-10-15 12:16:04 +00:00 committed by Git OBS Bridge
parent 39dc8d9468
commit c9d58369f5
2 changed files with 19 additions and 6 deletions

View File

@ -16,12 +16,20 @@ font-antialiasing='rgba'
picture-uri='file:///usr/share/wallpapers/aeonwallpaper.png'
picture-uri-dark='file:///usr/share/wallpapers/aeonwallpaper.png'
[org.gnome.Ptyxis]
font-name='Monospace 12'
default-columns='120'
default-rows='36'
[org.gnome.Console]
use-system-font=false
custom-font='Monospace 12'
[org.gnome.settings-daemon.plugins.media-keys.custom-keybindings.custom0]
binding='<Super>Return'
command='ptyxis -s'
name='Terminal - Ptyxis'
command='kgx -e distrobox enter'
name='Distrobox Console'
[org.gnome.settings-daemon.plugins.media-keys.custom-keybindings.custom1]
binding='<Shift><Super>Return'
command='kgx'
name='Local Console'
[org.gnome.desktop.applications.terminal.exec-arg]
exec='kgx'
exec-arg='-e'

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 15 12:14:47 UTC 2024 - Richard Brown <rbrown@suse.com>
- Configure gnome-console as default terminal, not ptyxis
-------------------------------------------------------------------
Mon Oct 14 13:53:44 UTC 2024 - Richard Brown <rbrown@suse.com>