From a59960903ba0ea84d775fb0779c115a2fadd8f11 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 23 Oct 2020 21:40:40 +0200 Subject: [PATCH] rofi: use new config format --- .config/rofi/config | 2 -- .config/rofi/config.rasi | 9 +++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 .config/rofi/config create mode 100644 .config/rofi/config.rasi diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index 7cdeadf..0000000 --- a/.config/rofi/config +++ /dev/null @@ -1,2 +0,0 @@ -rofi.theme: sidetab -rofi.modi: window,run,drun diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..a3fa4b3 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,9 @@ +configuration { + modi: "window,run,drun"; + show-icons: true; + sidebar-mode: true; + theme: "sidetab"; + display-window: "Window"; + display-run: "Execute"; + display-drun: "Activate"; +}