diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-08 13:39:24 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-08 13:39:24 +0800 |
commit | 78b45d065a3d2560b21d23b0d22fae9f37437f6b (patch) | |
tree | acc65fbb4b12bf41af81b66bdd77fc9b111c3d0e /X11 | |
parent | 34aebf8dd4758de1783f47b050f49f2a36514270 (diff) |
Add rofi config
Diffstat (limited to 'X11')
-rw-r--r-- | X11/rofi/config.rasi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/X11/rofi/config.rasi b/X11/rofi/config.rasi new file mode 100644 index 0000000..66f2330 --- /dev/null +++ b/X11/rofi/config.rasi | |||
@@ -0,0 +1,12 @@ | |||
1 | configuration { | ||
2 | show-icons: true; | ||
3 | icon-theme: "Zafiro"; | ||
4 | terminal: "alacritty"; | ||
5 | cycle: false; | ||
6 | hide-scrollbar: true; | ||
7 | disable-history: false; | ||
8 | } | ||
9 | window { | ||
10 | font: "hacker 22"; | ||
11 | children: [ inputbar, message, listview, mode-switcher ]; | ||
12 | } | ||