We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4a148 commit 28ceb4eCopy full SHA for 28ceb4e
src/tips-and-tricks.md
@@ -97,6 +97,24 @@ if ! wlrctl window focus "$app_id"; then
97
fi
98
```
99
100
+As of labwc version 0.7.2 it is also possible to create a run or raise keybind
101
+with the `ForEach` action.
102
+
103
+```
104
+<keybind key="W-F1">
105
+ <action name="ForEach">
106
+ <query identifier="foot" />
107
+ <then>
108
+ <action name="Raise" />
109
+ <action name="Focus" />
110
+ </then>
111
+ <none>
112
+ <action name="Execute" command="foot" />
113
+ </none>
114
+ </action>
115
+</keybind>
116
117
118
[wlrctl]: https://git.sr.ht/~brocellous/wlrctl
119
[lswt]: https://sr.ht/~leon_plickat/lswt/
120
[wlr-foreign-toplevel-management]: https://wayland.app/protocols/wlr-foreign-toplevel-management-unstable-v1
0 commit comments