minor
This commit is contained in:
parent
936f154a56
commit
91b250dc35
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue