mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-23 14:48:22 -05:00
Fixed parsing error: Invalid property name
This commit is contained in:
parent
9d67a50fb8
commit
47feaa6de2
@ -51,10 +51,13 @@ configuration {
|
||||
run-shell-command: "{terminal} -e {cmd}";
|
||||
|
||||
/*---------- Fallback Icon ----------*/
|
||||
run,drun {
|
||||
run {
|
||||
fallback-icon: "application-x-addon";
|
||||
}
|
||||
|
||||
drun {
|
||||
fallback-icon: "application-x-addon";
|
||||
}
|
||||
/*---------- Window switcher settings ----------*/
|
||||
window-match-fields: "title,class,role,name,desktop";
|
||||
window-command: "wmctrl -i -R {window}";
|
||||
|
Loading…
Reference in New Issue
Block a user