rofi: use new config format

This commit is contained in:
Franzi 2020-10-23 21:40:40 +02:00
parent c9767108fc
commit a59960903b
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 9 additions and 2 deletions

View File

@ -1,2 +0,0 @@
rofi.theme: sidetab
rofi.modi: window,run,drun

9
.config/rofi/config.rasi Normal file
View File

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