1labwc-actions(5) File Formats Manual labwc-actions(5)
2
3
4
6 labwc - actions
7
9 Actions are used in menus and keyboard/mouse bindings.
10
11 <action name="Close">
12 Close top-most window.
13
14 <action name="Execute"><command>
15 Execute command. Note that in the interest of backward compatibil‐
16 ity, labwc supports <execute> as an alternative to <command> even
17 though openbox documentation states that it is deprecated.
18
19 <action name="Exit">
20 Exit labwc.
21
22 <action name="Focus">
23 Give focus to window under cursor.
24
25 <action name="Raise">
26 Restack the current window above other open windows.
27
28 <action name="Iconify">
29 Iconify (minimize) focused window.
30
31 <action name="Move">
32 Begin interactive move of window under cursor
33
34 <action name="MoveToEdge"><direction>
35 Move window to edge of outputs. Understands directions "left",
36 "up", "right" and "down".
37
38 <action name="Resize">
39 Begin interactive resize of window under cursor
40
41 <action name="SnapToEdge"><direction>
42 Resize window to fill half the output in the given direction. Sup‐
43 ports directions "left", "up", "right", "down" and "center".
44
45 <action name="NextWindow">
46 Cycle focus to next window.
47
48 <action name="PreviousWindow">
49 Cycle focus to previous window.
50
51 <action name="Reconfigure">
52 Re-load configuration and theme files.
53
54 <action name="ShowMenu"><menu>
55 Show menu. Valid menu names are "root-menu" and "client-menu".
56
57 <action name="ToggleDecorations">
58 Toggle decorations of focused window.
59
60 <action name="ToggleFullscreen">
61 Toggle fullscreen state of focused window.
62
63 <action name="ToggleMaximize">
64 Toggle maximize state of focused window.
65
66 <action name="ToggleAlwaysOnTop">
67 Toggle always-on-top of focused window.
68
69 <action name="GoToDesktop"><to>
70 Switch to workspace. Supported values are "last", "left", "right"
71 or the full name of a workspace or its index (starting at 1) as
72 configured in rc.xml.
73
74 <action name="SendToDesktop"><to>
75 Send active window to workspace. Supported values are the same as
76 for GoToDesktop.
77
78 <action name="None">
79 If used as the only action for a binding: clear an earlier defined
80 binding.
81
83 labwc(1), labwc-config(5), labwc-theme(5)
84
85
86
87 2022-12-04 labwc-actions(5)