summaryrefslogtreecommitdiffstats
path: root/.config/rofi/config.rasi
diff options
context:
space:
mode:
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r--.config/rofi/config.rasi10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
new file mode 100644
index 0000000..be1a68b
--- /dev/null
+++ b/.config/rofi/config.rasi
@@ -0,0 +1,10 @@
1configuration {
2 modi: "combi,ssh";
3 show-icons: true;
4 terminal: "kitty";
5 combi-modi: "window,drun";
6 theme: "onedark";
7 display-window: "↪";
8 display-run: "!";
9 display-drun: "λ";
10}