From e20b7e4c61f07ecd55356e0b34b7842288255170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Mon, 28 Sep 2020 20:01:40 +0200 Subject: Use rofi --- .config/rofi/config.rasi | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/rofi/config.rasi (limited to '.config/rofi/config.rasi') 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"; +} -- cgit v1.2.3