From f9efa2a364d132166024816474742448acfaa02a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 30 Apr 2023 18:36:29 -0400 Subject: [PATCH] rofi: Update config.rasi One notable change is that it's now possible to select entries with a single click. --- rofi/.config/rofi/config.rasi | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 609dc1d0..c6fd8979 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -6,20 +6,21 @@ configuration { display-drun: ""; display-window: ""; display-combi: ""; - drun-icon-theme: "Papirus-Dark"; + icon-theme: "Papirus"; terminal: "kitty"; - scroll-method: 1; - run-shell-command: "{terminal} -e fish -ic '{cmd} && read'"; + drun-match-fields: "name"; + drun-display-format: "{name}"; + window { + hide-active-window: true; + } + me-select-entry: ""; + me-accept-entry: "MousePrimary"; } @theme "~/.cache/wal/rofi.rasi" listview { - columns: 3; -} - -window { - width: 1200px; + cycle: false; } // vim:syn=java