From f610ed83c5a146fdb02d9a5af741cd568d2394dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 3 Sep 2020 09:27:40 +0200 Subject: [PATCH] feat(i3): autohide i3bar --- configs/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/i3.nix b/configs/i3.nix index ea9dafe..40af8f8 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -137,7 +137,7 @@ in with config.niveum; { bars = [{ workspaceButtons = false; fonts = [ "Monospace ${toString (config.niveum.fonts.size - 1)}" ]; - mode = "dock"; + mode = "hide"; # "dock" position = "top"; colors = rec { background = colours.background;