mirror of
https://github.com/adi1090x/rofi
synced 2025-12-06 08:48:49 +01:00
Fixed parsing error: Invalid property name
This commit is contained in:
parent
9d67a50fb8
commit
47feaa6de2
1 changed files with 4 additions and 1 deletions
|
|
@ -51,10 +51,13 @@ configuration {
|
||||||
run-shell-command: "{terminal} -e {cmd}";
|
run-shell-command: "{terminal} -e {cmd}";
|
||||||
|
|
||||||
/*---------- Fallback Icon ----------*/
|
/*---------- Fallback Icon ----------*/
|
||||||
run,drun {
|
run {
|
||||||
fallback-icon: "application-x-addon";
|
fallback-icon: "application-x-addon";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
drun {
|
||||||
|
fallback-icon: "application-x-addon";
|
||||||
|
}
|
||||||
/*---------- Window switcher settings ----------*/
|
/*---------- Window switcher settings ----------*/
|
||||||
window-match-fields: "title,class,role,name,desktop";
|
window-match-fields: "title,class,role,name,desktop";
|
||||||
window-command: "wmctrl -i -R {window}";
|
window-command: "wmctrl -i -R {window}";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue