From 403bb0bd19b519cd05cff9b1f0e32ebf896cf4e1 Mon Sep 17 00:00:00 2001 From: rope Date: Sat, 16 May 2026 17:59:25 +0100 Subject: [PATCH] nemo: hide menubar by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nemo replaces it with a ☰ toolbar button. Toggle with F8 if needed. Co-Authored-By: Claude Sonnet 4.6 --- settings/desktop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings/desktop.nix b/settings/desktop.nix index 5e4b5e0..a987da3 100644 --- a/settings/desktop.nix +++ b/settings/desktop.nix @@ -52,6 +52,8 @@ # headerbar shrink on top via stylix.targets.gtk.extraCss. gtk.enable = true; + dconf.settings."org/nemo/window-state".start-with-menu-bar = false; + stylix.targets.gtk.extraCss = '' headerbar { min-height: 0; padding: 0; margin: 0; } headerbar .title { font-size: 0; }