You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to make xcolors into a more general xrdb tool to allow querying more information than just colours, like fonts, dpi settings and so on.
A generic xrdb tool would have a public function get_xrdb_value which takes a database, a class and a name, e.g. get_xrdb_value(xrdb, "URxvt", "background"), following the example of Awesome.
Helpers could then be provided for common queries like colours, fonts and other settings like DPI.
The text was updated successfully, but these errors were encountered:
It would be useful to make
xcolors
into a more generalxrdb
tool to allow querying more information than just colours, like fonts, dpi settings and so on.A generic
xrdb
tool would have a public functionget_xrdb_value
which takes a database, a class and a name, e.g.get_xrdb_value(xrdb, "URxvt", "background")
, following the example of Awesome.Helpers could then be provided for common queries like colours, fonts and other settings like DPI.
The text was updated successfully, but these errors were encountered: