From f1861418fda367a63c69509e0beb470ab68ad107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 10 Sep 2024 00:22:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(rofi):=20rofi-theme-selector?= =?UTF-8?q?=20not=20working?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rofi/style.rasi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/rofi/style.rasi b/.config/rofi/style.rasi index 57d5c80f..a70c9b79 100644 --- a/.config/rofi/style.rasi +++ b/.config/rofi/style.rasi @@ -5,8 +5,7 @@ configuration { display-run: "Run"; display-filebrowser: "Files"; display-window: "Windows"; - drun-display-format: "{name}\n[({generic})]"; - window-format: "Class : {c}\nWorkspace : {w}"; + drun-display-format: "{name} [({generic})]"; me-select-entry: ""; me-accept-entry: [ MousePrimary, MouseSecondary, MouseDPrimary ]; }