Elektrine lite

← Feed

@realestninja@social.linux.pizza

Post #1954497

2026-05-04 11:32 UTC

#sway in recent months I keep feeling the urge that I need more workspaces and that 10 are not enough. Of-course I am not limited to 10, but 10 are easy to access through mod+ 🤔 hmm 🤓

Replies (1)

  • @qwertviop@chaos.social 2026-05-04 12:48

    @realestninja@social.linux.pizza ``` bindsym $mod+grave workspace number 0 ... bindsym $mod+minus workspace number 11 bindsym $mod+equal workspace number 12 bindsym $mod+Shift+grave move container to workspace 0 ... bindsym $mod+Shift+minus move container to workspace 11 bindsym $mod+Shift+equal move container to workspace 12 ``` helps a bit. And also use special workspaces for some applications (mail, messengers, etc.) that don't use a number as name.

    Open ##1954496