#Sway config file
4 messages · Page 1 of 1 (latest)
Also line 49 of the config file is having issues with sway something about there being two arguments and it only expecting one
I don't have a good answer for this, but a quick check of an article (linked below) says:
- Copy ~/.config/i3/config to ~/.config/sway/config (which you have done)
- Run sway, read errors, and remove/comment unsupported config commands (like tiling_drag)
So you might have to comment out/remove the lines that cause errors until it works.
Marcin Nowak - Software architect
A migration procedure from i3 window manager to Sway - a wayland based compositor and window manager
Thanks I figured it out