diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ Run these commands: make sudo make install +On systems without logind, you need to suid the sway binary: + + sudo chmod a+s /usr/bin/sway + ## Configuration If you already use i3, then copy your i3 config to `~/.config/sway/config` and |