From df07e3d2517a4272fde5c515d2f941af4f0cf39f Mon Sep 17 00:00:00 2001 From: Jan Kremer <79042825+janurskremer@users.noreply.github.com> Date: Tue, 14 May 2024 16:50:44 +0200 Subject: [PATCH] Add new option to sample config Added the new option to hide the menu bar icon to the sample config. --- .amethyst.sample.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.amethyst.sample.yml b/.amethyst.sample.yml index e00406ac..50017318 100644 --- a/.amethyst.sample.yml +++ b/.amethyst.sample.yml @@ -266,6 +266,9 @@ floating-is-blacklist: true # true if screen frames should exclude the status bar. false if the screen frames should include the status bar (default false). ignore-menu-bar: false +# true if menu bar icon should be hidden (default false). +hide-menu-bar-icon: false + # true if windows smaller than a 500px square should be floating by default (default true) float-small-windows: true