@@ -102,6 +102,14 @@ type = "object"
102102 description = " Scaling for glyph picker."
103103 type = " integer"
104104
105+ [properties .rofi .properties .glyph .properties .args ]
106+ default = [ " -multi-select" ]
107+ description = " Additional arguments for glyph picker."
108+ type = " array"
109+ [properties .rofi .properties .glyph .properties .args .items ]
110+ type = " string"
111+
112+
105113[properties .rofi .properties .launch ]
106114 description = " rofilaunch.sh configuration."
107115 type = " object"
@@ -196,6 +204,14 @@ type = "object"
196204 description = " Scaling for emoji picker."
197205 type = " integer"
198206
207+ [properties .rofi .properties .emoji .properties .args ]
208+ default = [ " -multi-select" ]
209+ description = " Additional arguments for emoji picker."
210+ type = " array"
211+ [properties .rofi .properties .emoji .properties .args .items ]
212+ type = " string"
213+
214+
199215[properties .rofi .properties .theme ]
200216 description = " themeselect.sh configuration."
201217 type = " object"
@@ -474,7 +490,7 @@ type = "object"
474490 type = " array"
475491
476492[properties ."cava .stdout" .properties .bar_array .items ]
477- type = " string"
493+ type = " string"
478494
479495[properties ."cava .hyprlock" ]
480496 description = " 'cava.sh hyprlock' configuration."
@@ -506,7 +522,7 @@ type = "object"
506522 type = " array"
507523
508524[properties ."cava .hyprlock" .properties .bar_array .items ]
509- type = " string"
525+ type = " string"
510526
511527[properties ."cava .waybar" ]
512528 description = " 'cava.sh waybar' configuration."
@@ -538,7 +554,7 @@ type = "object"
538554 type = " array"
539555
540556[properties ."cava .waybar" .properties .bar_array .items ]
541- type = " string"
557+ type = " string"
542558
543559[properties ."cava" ]
544560 description = " Cava visualizer configuration."
@@ -571,7 +587,7 @@ type = "object"
571587 type = " array"
572588
573589[properties ."hypr .config" .properties .sanitize .items ]
574- type = " string"
590+ type = " string"
575591
576592[properties .volume ]
577593 description = " volumecontrol.sh configuration."
@@ -626,7 +642,7 @@ type = "object"
626642 type = " array"
627643
628644[properties .sysmonitor .properties .commands .items ]
629- type = " string"
645+ type = " string"
630646
631647[properties .notification ]
632648 description = " Notification script configuration."
0 commit comments