mirror of
https://github.com/labwc/labwc.git
synced 2026-03-13 05:33:47 -04:00
Split labwc(5) into {-config, -theme, -actions}
This commit is contained in:
parent
b2504bdf9a
commit
98c556be2a
4 changed files with 115 additions and 79 deletions
36
docs/labwc-actions.5.md
Normal file
36
docs/labwc-actions.5.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
% labwc-actions(5)
|
||||
% Johan Malm
|
||||
% 31 Aug, 2020
|
||||
|
||||
# NAME
|
||||
|
||||
labwc - actions
|
||||
|
||||
# ACTIONS
|
||||
|
||||
Actions are used in key bindings.
|
||||
|
||||
Action syntax:
|
||||
|
||||
<action name="NAME">
|
||||
OPTION
|
||||
</action>
|
||||
|
||||
where `NAME` is the name of the action as listed below, and `OPTION` is a set
|
||||
of tags specific to each action as defined below.
|
||||
|
||||
`Execute`
|
||||
|
||||
: Execute command specified by `<command>` option.
|
||||
|
||||
`Exit`
|
||||
|
||||
: Exit labwc.
|
||||
|
||||
`NextWindow`
|
||||
|
||||
: Cycle focus to next window.
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
labwc(1), labwc-config(5), labwc-theme(5)
|
||||
Loading…
Add table
Add a link
Reference in a new issue