summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-03-27 07:02:08 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-04-03 11:00:36 -0400
commitace8e8367f0faace9141f988a1925d42f3cba26d (patch)
treec56244714597b1bf169b4cf8f99b7478d1b44e51
parentMerge pull request #1130 from oranenj/fix_move_next_crash (diff)
downloadsway-ace8e8367f0faace9141f988a1925d42f3cba26d.tar.gz
sway-ace8e8367f0faace9141f988a1925d42f3cba26d.tar.zst
sway-ace8e8367f0faace9141f988a1925d42f3cba26d.zip
Mention cap_sys_tty_config in readme
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 586c3d2a..632d494d 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ Run these commands:
67 make 67 make
68 sudo make install 68 sudo make install
69 sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway 69 sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway
70 sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway
70 71
71On systems without logind, you need to suid the sway binary: 72On systems without logind, you need to suid the sway binary:
72 73