mirror of
https://github.com/adi1090x/rofi
synced 2025-12-07 17:29:11 +01:00
Fixed syntax error in run-drun label
Corrected syntax error causing line 54 from run,drun to run-drun. Fixes syntax errors in launcher type-2 styles
This commit is contained in:
parent
0a55e15459
commit
6dabb7a19f
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ configuration {
|
||||||
run-shell-command: "{terminal} -e {cmd}";
|
run-shell-command: "{terminal} -e {cmd}";
|
||||||
|
|
||||||
/*---------- Fallback Icon ----------*/
|
/*---------- Fallback Icon ----------*/
|
||||||
run,drun {
|
run-drun {
|
||||||
fallback-icon: "application-x-addon";
|
fallback-icon: "application-x-addon";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue