This commit is contained in:
Yan Lin 2025-10-20 19:34:06 +02:00
parent 75d1e559d5
commit ab89b35117

View file

@ -64,8 +64,6 @@ in
enable-active-window = true; enable-active-window = true;
mouse-sensitive = false; mouse-sensitive = false;
mouse-sensitive-fullscreen-window = false; mouse-sensitive-fullscreen-window = false;
animation-time-autohide = 0.0; # Instant hide/show (no animation)
animation-time-overview = 0.0; # Instant overview transition
}; };
# GNOME Terminal configuration with Gruvbox Dark theme (matching ghostty) # GNOME Terminal configuration with Gruvbox Dark theme (matching ghostty)
@ -158,6 +156,11 @@ in
"org/gnome/desktop/sound" = { "org/gnome/desktop/sound" = {
event-sounds = false; # Disable notification sounds event-sounds = false; # Disable notification sounds
}; };
# IBus libpinyin (Chinese Pinyin) configuration
"com/github/libpinyin/ibus-libpinyin/libpinyin" = {
lookup-table-page-size = 7; # Number of candidates displayed (default: 5)
};
}; };
# Configure cursor theme system-wide # Configure cursor theme system-wide