From 121c7f343096bbf93ce26c9f5c2adb490f0a5b36 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sun, 10 Oct 2021 13:37:57 +0200 Subject: [PATCH] add rofi config --- .config/rofi/config.rasi | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/rofi/config.rasi diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..79a318b --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,12 @@ +configuration { + +theme:"~/.cache/wal/colors-rofi-dark.rasi"; + show-icons: true; + icon-theme: "Papirus-Apps"; + terminal: "st"; + cycle: false; + hide-scrollbar: true; + disable-history: false; + modi: "run,drun"; + +}