minor
This commit is contained in:
parent
75d1e559d5
commit
ab89b35117
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue