rofi: use new config format
This commit is contained in:
parent
c9767108fc
commit
a59960903b
2 changed files with 9 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
rofi.theme: sidetab
|
||||
rofi.modi: window,run,drun
|
9
.config/rofi/config.rasi
Normal file
9
.config/rofi/config.rasi
Normal 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";
|
||||
}
|
Loading…
Reference in a new issue