Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
for executing PROCESS. compiles to `execr = PROCESS`
for executing PROCESS. compiles to `exec = PROCESS`
a hyprland MOD key. where MODIFIER is either a single modifier key, or a list of modifiers. example: `(hypr-mod 'SUPER)` `(hypr-mod '(ALT SHIFT))
Generate a string for hypr variable `layoutxy`, with the form 'x, y'. Where X is either an integer, or a string denoting percentage. Where Y, if provided, is the same type as X. If `#f`, assumes value of X. Example: `(hypr-layoutxy 30 -30) => '30, -30'` Example: `(hypr-layoutxy 30) => '30, 30'` Example: `(hypr-layoutxy "30.5") => '30.5%, 30.5%'`