From 479cb6629c65de3390ebd4780d712fa8a694c6e4 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 18 Dec 2022 08:25:35 +0100 Subject: [PATCH] Simplify rofi config --- home/rofi.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/rofi.nix b/home/rofi.nix index 05f78b8..1587c94 100644 --- a/home/rofi.nix +++ b/home/rofi.nix @@ -3,10 +3,7 @@ enable = true; # font = "Roboto Mono 14"; extraConfig = { - window-format = "{w} {t}"; matching = "fuzzy"; - line-padding = "15"; - line-margin = "0"; }; }; }