lxqt / lxqt-panel

The LXQt desktop panel
https://lxqt-project.org
GNU Lesser General Public License v2.1
194 stars 135 forks source link

Optionally disable move-to-layer and move-to-output #2110

Closed marcusbritanicus closed 2 months ago

marcusbritanicus commented 2 months ago

I have added two options, MoveToLayer and MoveToOutput options to enum class LXQtTaskBarBackendAction and made suitable changes to plugin-taskbar/lxqttaskbutton.cpp. Additionally, I have made changes to XCB and KWin plugins. On wlroots, the Move to Layer and Move to Output should be greyed out.

tsujan commented 2 months ago

Oops! There's a problem in "Move To Next/Previous Monitor". Will make a small PR.