mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-25 13:14:13 -04:00
nuke get option
This commit is contained in:
parent
fa4f144b9d
commit
94292e02fb
5 changed files with 1 additions and 260 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue