diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-29 10:18:02 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-29 10:18:02 -0500 |
commit | fd4cf52518d265c681951bc4c193a2956afefc40 (patch) | |
tree | 3cdef434e32b4448c2aee8dd040f42d1b2721791 /README.md | |
parent | 9d2bbe26400357b8b741a5b10767af6f84cc8867 (diff) |
Add suid instructions to readme
Diffstat (limited to 'README.md')
-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 |