arch-install/roles/08_tweaks/files/gsettings.dconf
Ariejan de Vroom 20fdf1eb1d
Some checks failed
Lint / Lint (3.10) (push) Failing after 14s
Lint / Lint (3.11) (push) Failing after 12s
Fix folders
2024-06-07 11:17:57 +02:00

16 lines
394 B
Plaintext

[org/gnome/desktop/session]
# Disable screen idle lock
idle-delay=uint32 0
[org/gnome/settings-daemon/plugins/power]
# Power-off on power button
power-button-action='interactive'
# Disable sleep
sleep-display-ac-type='nothing'
[org/gnome/settings-daemon/plugins/color]
night-light-enabled=true
[org/gnome/desktop/input-sources]
# Remap caps lock to control
xkb-options=['caps:ctrl_modifier']