-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gnome): Add glib schemas and dconf settings
- Loading branch information
Showing
3 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
system_files/gnome/usr/lib/systemd/system/dconf-update.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Unit] | ||
Description=Update the dconf database onboot | ||
Documentation=https://github.com/coreos/rpm-ostree/issues/1944 | ||
|
||
[Service] | ||
Type=oneshot | ||
ExecStart=/usr/bin/dconf update | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
56 changes: 56 additions & 0 deletions
56
system_files/gnome/usr/share/glib-2.0/schemas/zz0-zeliblue.gschema.override
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
#-------------- LOCKSCREEN MODIFICATIONS --------------# | ||
|
||
[org.gnome.desktop.interface:GNOME-Greeter] | ||
font-name="Inter 11" | ||
|
||
#-------------- DESKTOP MODIFICATIONS --------------# | ||
|
||
[org.gnome.shell] | ||
favorite-apps = ['org.gnome.Nautilus.desktop', 'org.gnome.Epiphany.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.World.PikaBackup.desktop', 'org.gnome.Software.desktop', 'org.gnome.Settings.desktop'] | ||
enabled-extensions = ['[email protected]', '[email protected]'] | ||
|
||
[org.gnome.Console] | ||
shell = ['fish'] | ||
|
||
[org.gnome.desktop.interface] | ||
clock-format='12h' | ||
clock-show-weekday=true | ||
font-antialiasing="rgba" | ||
font-name="Inter 11" | ||
document-font-name="Inter 11" | ||
monospace-font-name="Hack Nerd Font Mono 10" | ||
gtk-theme="adw-gtk3" | ||
|
||
[org.gnome.desktop.wm.keybindings] | ||
move-to-workspace-1 = ['<Alt><Super>Home'] | ||
move-to-workspace-last = ['<Alt><Super>End'] | ||
move-to-workspace-left = ['<Alt><Super>Left'] | ||
move-to-workspace-right = ['<Alt><Super>Right'] | ||
switch-to-workspace-left = ['<Super>Left'] | ||
switch-to-workspace-right = ['<Super>Right'] | ||
|
||
[org.gnome.mutter] | ||
center-new-windows=true | ||
check-alive-timeout=uint32 20000 | ||
|
||
[org.gnome.mutter.keybindings] | ||
toggle-tiled-left = ['<Control><Super>Left'] | ||
toggle-tiled-right = ['<Control><Super>Right'] | ||
|
||
[org.gnome.nautilus.icon-view] | ||
captions = ['size', 'date_modified', 'none'] | ||
|
||
[org.gnome.nautilus.list-view] | ||
use-tree-view=true | ||
|
||
[org.gnome.nautilus.preferences] | ||
show-create-link=true | ||
|
||
[org.gnome.software] | ||
packaging-format-preference=['flatpak:flathub-user'] | ||
|
||
[org.gtk.gtk4.settings.file-chooser] | ||
sort-directories-first=true | ||
|
||
[org.gtk.settings.file-chooser] | ||
sort-directories-first=true |