mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 22:57:55 +00:00
6cb1515d91
More self-descriptive == better. Plus it does imply that themes only change aesthetics which is not often the case with the usual modules that are defined here.
77 lines
2.7 KiB
Plaintext
77 lines
2.7 KiB
Plaintext
[org/gnome/desktop/interface]
|
|
locate-pointer=true
|
|
enable-animations=false
|
|
enable-hot-corners=false
|
|
show-battery-percentage=true
|
|
color-scheme='prefer-dark'
|
|
|
|
# Input sources that are expected to be installed in the theme.
|
|
[org/gnome/desktop/input-sources/sources]
|
|
sources=[('xkb', 'us'), ('ibus', 'mozc-jp'), ('ibus', 'rime'), ('ibus', 'hangul'), ('ibus', 'table:mathwriter-ibus')]
|
|
|
|
[org/gnome/desktop/notifications]
|
|
show-banners=true
|
|
|
|
[org/gtk/settings/file-chooser]
|
|
clock-format='24h'
|
|
|
|
[org/gnome/desktop/privacy]
|
|
disable-microphone=false
|
|
|
|
[org/gnome/shell]
|
|
disable-user-extensions=false
|
|
|
|
# Desktop suspension and screensaver settings.
|
|
[org/gnome/desktop/session]
|
|
idle-delay=uint32 720
|
|
|
|
[org/gnome/desktop/screensaver]
|
|
lock-delay=uint32 120
|
|
|
|
# Enable night light.
|
|
[org/gnome/settings-daemon/plugins/color]
|
|
night-light-enabled=true
|
|
|
|
# Hardware settings.
|
|
[org/gnome/desktop/peripherals/touchpad]
|
|
tap-to-click=true
|
|
|
|
[org/gnome/mutter]
|
|
attach-modal-dialogs=true
|
|
center-new-windows=true
|
|
dynamic-workspaces=true
|
|
edge-tiling=true
|
|
focus-change-on-pointer-rest=true
|
|
overlay-key='Super_L'
|
|
workspaces-only-on-primary=true
|
|
|
|
# My preferred world clocks for easier tracking of global events.
|
|
[org/gnome/clocks]
|
|
world-clocks=[{'location': <(uint32 2, <('New York', 'KNYC', true, [(0.71180344078725644, -1.2909618758762367)], [(0.71059804659265924, -1.2916478949920254)])>)>}, {'location': <(uint32 2, <('Coordinated Universal Time (UTC)', '@UTC', false, @a(dd) [], @a(dd) [])>)>}, {'location': <(uint32 2, <('Cairo', 'HECA', true, [(0.52592587544986047, 0.54803338512621935)], [(0.52447144022429604, 0.54541539124822791)])>)>}]
|
|
|
|
[org/gnome/shell/world-clocks]
|
|
locations=[<(uint32 2, <('New York', 'KNYC', true, [(0.71180344078725644, -1.2909618758762367)], [(0.71059804659265924, -1.2916478949920254)])>)>, <(uint32 2, <('Coordinated Universal Time (UTC)', '@UTC', false, @a(dd) [], @a(dd) [])>)>, <(uint32 2, <('Cairo', 'HECA', true, [(0.52592587544986047, 0.54803338512621935)], [(0.52447144022429604, 0.54541539124822791)])>)>]
|
|
|
|
[org/gnome/system/location]
|
|
enabled=false
|
|
|
|
# Disable notification pop-outs for the common messenger apps.
|
|
[org/gnome/desktop/notifications/application/re-sonny-tangram]
|
|
show-banners=false
|
|
|
|
[org/gnome/desktop/notifications/application/org-gnome-polari]
|
|
show-banners=false
|
|
|
|
[org/gnome/desktop/notifications/application/thunderbird]
|
|
show-banners=false
|
|
|
|
[org/gnome/desktop/notifications/application/io-github-hexchat]
|
|
show-banners=false
|
|
|
|
[org/gnome/desktop/notifications/application/org-gnome-evolution-alarm-notify]
|
|
show-banners=false
|
|
|
|
# Disable several search providers by default.
|
|
[org/gnome/desktop/search-providers]
|
|
disabled=['org.gnome.seahorse.Application.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Epiphany.desktop', 'app.drey.Dialect.desktop', 'com.belmoussaoui.Authenticator.desktop']
|