nemo: hide menubar by default

Nemo replaces it with a ☰ toolbar button. Toggle with F8 if needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-16 17:59:25 +01:00
parent 85f63cfc9e
commit 403bb0bd19

View file

@ -52,6 +52,8 @@
# headerbar shrink on top via stylix.targets.gtk.extraCss. # headerbar shrink on top via stylix.targets.gtk.extraCss.
gtk.enable = true; gtk.enable = true;
dconf.settings."org/nemo/window-state".start-with-menu-bar = false;
stylix.targets.gtk.extraCss = '' stylix.targets.gtk.extraCss = ''
headerbar { min-height: 0; padding: 0; margin: 0; } headerbar { min-height: 0; padding: 0; margin: 0; }
headerbar .title { font-size: 0; } headerbar .title { font-size: 0; }