summaryrefslogtreecommitdiff
path: root/.config/rofi/config.rasi
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-10-31 15:20:26 +0100
committerDaniel Weipert <code@drogueronin.de>2021-10-31 15:20:26 +0100
commit1ae843ba0ee1aced8629e28c3e740f32c3a72878 (patch)
tree4994ff464483bc649e17171bd4a505618e5f886e /.config/rofi/config.rasi
Initial commit
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r--.config/rofi/config.rasi17
1 files changed, 17 insertions, 0 deletions
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"
+