diff options
Diffstat (limited to 'rofi')
-rw-r--r-- | rofi/config.rasi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi new file mode 100644 index 0000000..1d4149f --- /dev/null +++ b/rofi/config.rasi @@ -0,0 +1,6 @@ +configuration { + modi: "window,run,combi"; + show-icons: true; + terminal: "termite"; + combi-modi: "window,run"; +} |