rofi: names instead of classes

This commit is contained in:
He4eT 2024-06-23 03:20:38 +02:00
commit 8b2bda29d5

View file

@ -2,7 +2,7 @@ configuration {
/* fc-list for full list */ /* fc-list for full list */
/* fc-match for check */ /* fc-match for check */
font: "Noto Sans 11"; font: "Noto Sans 11";
window-format: "{w}\t{c}\t{t}"; window-format: "{w}\t{n}\t{t}";
} }
@theme "./paper-float.rasi" @theme "./paper-float.rasi"