nwg-piotr / nwg-dock

GTK3-based dock for sway
MIT License
173 stars 9 forks source link

Support swaysome #16

Closed asjur closed 3 years ago

asjur commented 3 years ago

Describe the bug Using the workspace switcher just goes between 1-X but when using Swaysome it changes workspaces so they are handled similarly to Awesome WM where each monitor has it's own set of workspaces.

With Swaysome monitor 1 is prefixed with 0, and monitor 2 is prefixed with 1. So you have workspaces like 01,02 on monitor 1 and 11, 12, 13 on monitor 2.

https://git.hya.sk/nabos/swaysome

To Reproduce Steps to reproduce the behavior:

  1. Launch nwg-dock
  2. Use workspace switcher

Expected behavior With support I would like to see it use existing workspaces rather than just scrolling through numbers.

Screenshots Not relevant

Desktop (please complete the following information): Not relevant

Additional context Not relevant

nwg-piotr commented 3 years ago

If I understand well, Swaysome uses WS names instead of WS numbers. If so, implementing it in the dock would require major code changes.

nwg-piotr commented 3 years ago

Closing due to no response.