add gnome config for htpc purposes

This commit is contained in:
Yan Lin 2025-10-23 16:45:10 +02:00
parent 03f3514d34
commit 34a04a977d

View file

@ -86,6 +86,16 @@ in
event-sounds = false; # Disable notification sounds
};
# Screen timeout settings
# Setup: ThinkPad laptop (lid closed) + 4K TV as external monitor
"org/gnome/desktop/session" = {
idle-delay = mkUint32 900; # Screen blank after 15 minutes (900 seconds)
};
"org/gnome/settings-daemon/plugins/power" = {
idle-dim = false; # Don't dim screen before blanking
};
# IBus libpinyin (Chinese Pinyin) configuration
"com/github/libpinyin/ibus-libpinyin/libpinyin" = {
lookup-table-page-size = 7; # Number of candidates displayed (default: 5)