aboutsummaryrefslogtreecommitdiffstats
path: root/rofi
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2020-10-06 09:34:58 +0200
committerÓscar Nájera <hi@oscarnajera.com>2020-10-06 09:34:58 +0200
commitad623e02c2255517fde4cdf4caa0e373b64aadb2 (patch)
tree39c5a76218a4c914c8b0b71a654175018d169f2c /rofi
parente0c3b8433b405430b1960ab6e41c478414aeb737 (diff)
downloaddotfiles-ad623e02c2255517fde4cdf4caa0e373b64aadb2.tar.gz
dotfiles-ad623e02c2255517fde4cdf4caa0e373b64aadb2.tar.bz2
dotfiles-ad623e02c2255517fde4cdf4caa0e373b64aadb2.zip
Install rofi
Diffstat (limited to 'rofi')
-rw-r--r--rofi/config.rasi6
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";
+}