generated from blue-build/template
-
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.
Reorganised gschema overrides for clarity
- Loading branch information
Francisco Torres Pérez
committed
Apr 29, 2024
1 parent
233bddd
commit 1204e2e
Showing
1 changed file
with
16 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,33 @@ | ||
[org.gnome.desktop.interface] | ||
document-font-name='Ubuntu Nerd Font 11' | ||
[org.gnome.desktop.datetime] | ||
automatic-timezone=true | ||
|
||
[org.gnome.desktop.interface] | ||
document-font-name='Ubuntu Nerd Font 11' | ||
font-name='Ubuntu Nerd Font 11' | ||
|
||
[org.gnome.desktop.interface] | ||
monospace-font-name='CaskaydiaCove Nerd Font 11' | ||
|
||
[org.gnome.desktop.interface] | ||
font-antialiasing='rgba' | ||
|
||
[org.gnome.desktop.interface] | ||
font-hinting='slight' | ||
|
||
[org.gnome.desktop.wm.preferences] | ||
titlebar-font='Ubuntu Nerd Font Bold 11' | ||
|
||
[org.gtk.gtk4.settings.file-chooser] | ||
sort-directories-first=true | ||
|
||
[org.gnome.settings-daemon.plugins.power] | ||
sleep-inactive-ac-type='nothing' | ||
|
||
[org.gnome.desktop.peripherals.keyboard] | ||
numlock-state=true | ||
|
||
[org.gnome.desktop.peripherals.mouse] | ||
natural-scroll=true | ||
|
||
[org.gnome.desktop.datetime] | ||
automatic-timezone=true | ||
|
||
[org.gnome.desktop.privacy] | ||
remove-old-temp-files=true | ||
|
||
[org.gnome.desktop.privacy] | ||
remove-old-trash-files=true | ||
remove-old-trash-files=true | ||
|
||
[org.gnome.desktop.session] | ||
idle-delay='uint32 600' | ||
|
||
[org.gnome.desktop.wm.preferences] | ||
titlebar-font='Ubuntu Nerd Font Bold 11' | ||
|
||
[org.gnome.settings-daemon.plugins.power] | ||
sleep-inactive-ac-type='nothing' | ||
|
||
[org.gtk.gtk4.settings.file-chooser] | ||
sort-directories-first=true |