aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 10:18:02 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 10:18:02 -0500
commitfd4cf52518d265c681951bc4c193a2956afefc40 (patch)
tree3cdef434e32b4448c2aee8dd040f42d1b2721791 /README.md
parentMerge pull request #274 from sce/fix_stray_floats (diff)
downloadsway-fd4cf52518d265c681951bc4c193a2956afefc40.tar.gz
sway-fd4cf52518d265c681951bc4c193a2956afefc40.tar.zst
sway-fd4cf52518d265c681951bc4c193a2956afefc40.zip
Add suid instructions to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d47d30f..a962e28a 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,10 @@ Run these commands:
50 make 50 make
51 sudo make install 51 sudo make install
52 52
53On systems without logind, you need to suid the sway binary:
54
55 sudo chmod a+s /usr/bin/sway
56
53## Configuration 57## Configuration
54 58
55If you already use i3, then copy your i3 config to `~/.config/sway/config` and 59If you already use i3, then copy your i3 config to `~/.config/sway/config` and