File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -135,21 +135,10 @@ Read the [yambar documentation] for further information.
135
135
## 2.5 lxqt-panel {#lxqt-panel}
136
136
137
137
Since version ` 2.0.0 ` , ` lxqt-panel ` supports the [ ` wlr-layer-shell ` ] protocol
138
- and thus runs natively under Wayland without window rules. Should you have an
139
- older version, it can still be used with a window rule such as:
138
+ and thus runs natively under Wayland.
140
139
141
- ```
142
- <windowRules>
143
- <windowRule identifier="lxqt-panel" matchOnce="true" fixedPosition="yes">
144
- <skipTaskbar>yes</skipTaskbar>
145
- <action name="MoveTo" x="0" y="0" />
146
- <action name="ToggleAlwaysOnTop"/>
147
- </windowRule>
148
- </windowRules>
149
- ```
150
-
151
- Note: ` lxqt-panel ` does not support [ ` wlr-foreign-toplevel-management ` ] so the
152
- taskbar does not work.
140
+ With version ` >=2.1.0 ` the [ ` wlr-foreign-toplevel-management ` ] is supported
141
+ enabling taskbar functionality and thereby making this an excellent choice.
153
142
154
143
# 3. Menu Generators {#menu-generators}
155
144
You can’t perform that action at this time.
0 commit comments