#Sway config file

4 messages · Page 1 of 1 (latest)

regal brook
#

Hello I installed sway window manager on fedora but it is having trouble reading from i3s config file I wanted to use sways default config file instead should I move the config file from /etc/sway to the user home directory? Also what permissions should I apply to it once moved?

#

Also line 49 of the config file is having issues with sway something about there being two arguments and it only expecting one

gaunt kettle
#

I don't have a good answer for this, but a quick check of an article (linked below) says:

  1. Copy ~/.config/i3/config to ~/.config/sway/config (which you have done)
  2. 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.

source

regal brook
#

Thanks I figured it out