nuke get option

This commit is contained in:
Ernesto Cruz 2026-06-20 12:58:45 +01:00
parent fa4f144b9d
commit 94292e02fb
5 changed files with 1 additions and 260 deletions

View file

@ -25,13 +25,6 @@ Return compositor version.
Return the global pointer position (\fBx\fR, \fBy\fR) and the monitor under it
(\fBnull\fR if over no output).
.TP
\fBget option \fIname\fR
Return the current value of a scalar config option. Numbers are returned as
numbers, colors as \fB0xRRGGBBAA\fR strings, bezier curves as 4-element arrays.
Values round-trip through \fBdispatch setoption,\fIname\fB,\fIvalue\fR, except
the comma-list options \fBcircle_layout\fR and \fBscroller_proportion_preset\fR
(readable as arrays, but written via the config file).
.TP
\fBget keymode\fR
Return current keymode.
.TP

View file

@ -14,8 +14,6 @@ static void usage(void) {
" get version Show compositor version\n");
printf(" get cursorpos Show pointer position + "
"monitor\n");
printf(" get option <name> Show current value of a "
"config option\n");
printf(" get keymode Show current keymode\n");
printf(" get keyboardlayout Show current keyboard "
"layout\n");