From 8b2bda29d5b7346226d2df1091c05909226b4a3d Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 23 Jun 2024 03:20:38 +0200 Subject: [PATCH] rofi: names instead of classes --- rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index 5a1f2ef..ccb38da 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}\t{c}\t{t}"; + window-format: "{w}\t{n}\t{t}"; } @theme "./paper-float.rasi"