i3/workspace: Use name instead of id for activate#643
i3/workspace: Use name instead of id for activate#643badly-drawn-wizards wants to merge 1 commit intoquickshell-mirror:masterfrom
Conversation
|
Why? Does I3 support relative navigation? It's manual doesn't seem to indicate that it does. |
For the same reason the hyprland change was made: named workspaces without a number prefix in their name have a number of Not sure what you are referring to with relative navigation. This is about switching to workspace by name rather than number. If that is relative navigation, which I don't think is what you meant, then yes it is supported in i3/sway. |
|
The reason for the hyprland change was that navigation to negative workspace ids triggered relative navigation instead. Just to clarify, unnamed i3 workspaces will still work with ${name}? Also are we supposed to string escape it? |
|
I have tested with sway with named (with and without spaces) and unnamed workspaces. String escaping would be better, I was just following the hyprland change bar for bar. I will further test with i3 to make sure that it behaves as sway does, but documentation suggests that it does. |
Mirrors the change made for hyprland/workspace in f90bef2 and does it for i3/sway.