Skip to content

Commit

Permalink
fix(gschema): Explicitly set button-layout
Browse files Browse the repository at this point in the history
Ensures that GNOME's default button layout is set. Mostly useful for
zeliblue-bazzite, but it doesn't hurt to apply to the main image too.

Also removes the setting for nautilus-open-any-terminal. The respective
package was removed in
9877b43 but I forgot to remove this
setting.
  • Loading branch information
zelikos committed Dec 15, 2024
1 parent 2b1eb4e commit 8febc1b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions files/gschema-overrides/zz0-zeliblue.gschema.override
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ document-font-name="Inter 11"
monospace-font-name="Hack Nerd Font Mono 10"
gtk-theme="adw-gtk3"

[org.gnome.desktop.wm.preferences]
button-layout='appmenu:close'

[org.gnome.mutter]
center-new-windows=true
check-alive-timeout=uint32 20000
Expand Down Expand Up @@ -45,12 +48,6 @@ sort-directories-first=true
[org.gtk.settings.file-chooser]
sort-directories-first=true

[com.github.stunkymonkey.nautilus-open-any-terminal]
flatpak='off'
keybindings=''
new-tab=false
terminal='ptyxis'

#-------------- REMAINING SCHEMAS IN THIS SETTING SECTION ARE LOCATED IN DCONF --------------#
# Settings bellow are supported with gschema override, but other settings, which are relocatable schemas, are not. Edit dconfs if you need to modify relocatable schemas.

Expand Down

0 comments on commit 8febc1b

Please sign in to comment.