1labwc-actions(5)              File Formats Manual             labwc-actions(5)
2
3
4

NAME

6       labwc - actions
7

ACTIONS

9       Actions are used in keyboard bindings.
10
11       <action name="Close"><command>
12           Close top-most view.
13
14       <action name="Execute"><command>
15           Execute command.
16
17       <action name="Exit">
18           Exit labwc.
19
20       <action name="Focus">
21           Give focus to window under cursor.
22
23       <action name="Raise">
24           Restack the current window above other open windows.
25
26       <action name="Iconify">
27           Iconify (minimize) focused window.
28
29       <action name="Move">
30           Begin interactive move of window under cursor
31
32       <action name="MoveToEdge"><direction>
33           Move view to edge of outputs. Understands directions "left", "up",
34           "right" and "down".
35
36       <action name="Resize">
37           Begin interactive resize of window under cursor
38
39       <action name="SnapToEdge"><direction>
40           Resize view to fill half the output in the given direction. Sup‐
41           ports directions "left", "up", "right", "down" and "center".
42
43       <action name="NextWindow">
44           Cycle focus to next window.
45
46       <action name="PreviousWindow">
47           Cycle focus to previous window.
48
49       <action name="Reconfigure">
50           Re-load configuration and theme files.
51
52       <action name="ShowMenu"><menu>
53           Show menu. Valid menu names are "root-menu" and "client-menu".
54
55       <action name="ToggleDecorations">
56           Toggle decorations of focused window.
57
58       <action name="ToggleFullscreen">
59           Toggle fullscreen state of focused window.
60
61       <action name="ToggleMaximize">
62           Toggle maximize state of focused window.
63

SEE ALSO

65       labwc(1), labwc-config(5), labwc-theme(5)
66
67
68
69                                  2022-06-24                  labwc-actions(5)
Impressum