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"; +}