This commit is contained in:
Yan Lin 2025-10-22 21:02:04 +02:00
parent 936f154a56
commit 91b250dc35

View file

@ -50,9 +50,10 @@ in
};
# Hide Top Bar extension configuration
# Always hide the top bar except in Activities Overview (Super key)
"org/gnome/shell/extensions/hidetopbar" = {
enable-intellihide = true;
enable-active-window = true;
enable-intellihide = false;
enable-active-window = false;
mouse-sensitive = false;
mouse-sensitive-fullscreen-window = false;
};