From fe14e86d3ebd5cb0032e27d187f0a352f92fad93 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 13 Nov 2023 21:36:37 +0100 Subject: [PATCH] rofi: window: strict colums with \t --- rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index 2a3d737..5a1f2ef 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -2,7 +2,7 @@ configuration { /* fc-list for full list */ /* fc-match for check */ font: "Noto Sans 11"; - window-format: "{w} {c} {t}"; + window-format: "{w}\t{c}\t{t}"; } @theme "./paper-float.rasi"