Closed codethief closed 6 years ago
Please attach debug log and switch to 0.15 if possible.
@codethief I also had the problem of not being able to move containers to workspaces. The configuration between i3 and sway differs here:
#i3:
bindsym $mod+Shift+1 move workspace 1
#sway
bindsym $mod+Shift+1 move container to workspace 1
@t-8ch You might have an old version of the i3 config. My i3 config has the same syntax as Sway does and the default config seems to have it too:
https://github.com/i3/i3/blob/d2e86da84f0db78dabcd5e587cbb3fe36ae428a4/etc/config#L134
Thanks @albocc , I am actually not sure why I wrote this comment, as my current config looks like the example one and works -.-
The title says it all. I'm using a configuration which resembles the default i3 config:
Switching workspaces mostly works (albeit sometimes with significant lag of up to ~10 seconds) but moving containers does not work at all, neither using
$mod+Shift+<number>
nor using$mod+<function key>
.I'm using Sway 0.14.0 on Ubuntu 17.10.