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