From 1ae843ba0ee1aced8629e28c3e740f32c3a72878 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 31 Oct 2021 15:20:26 +0100 Subject: Initial commit --- .config/rofi/config.rasi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .config/rofi/config.rasi (limited to '.config/rofi/config.rasi') diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..6041993 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,17 @@ +configuration { + modi: "drun"; + /*font: "mono 12";*/ + show-icons: true; + /*theme: ;*/ + timeout { + action: "kb-cancel"; + delay: 0; + } + filebrowser { + directories-first: true; + sorting-method: "name"; + } +} + +@theme "/usr/share/rofi/themes/Arc-Dark.rasi" + -- cgit v1.2.3