aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2020-09-28 20:01:40 +0200
committerÓscar Nájera <hi@oscarnajera.com>2020-09-28 20:01:40 +0200
commite20b7e4c61f07ecd55356e0b34b7842288255170 (patch)
tree15ed9fe936c9d5a43e839a4dabfa5177d536e330
parente5dcdb673b51bba3c2ea4ceadf4dd595ca0f45b4 (diff)
downloaddotfiles-e20b7e4c61f07ecd55356e0b34b7842288255170.tar.gz
dotfiles-e20b7e4c61f07ecd55356e0b34b7842288255170.tar.bz2
dotfiles-e20b7e4c61f07ecd55356e0b34b7842288255170.zip
Use rofi
-rw-r--r--.config/rofi/config.rasi6
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";
+}