diff options
-rw-r--r-- | .config/rofi/config | 4 | ||||
-rw-r--r-- | .config/rofi/config.rasi | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index ba268d9..0000000 --- a/.config/rofi/config +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | rofi.modi: combi,ssh | ||
2 | rofi.combi-modi: window,drun | ||
3 | rofi.terminal: kitty | ||
4 | rofi.theme: onedark | ||
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 @@ | |||
1 | configuration { | ||
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 | } | ||