aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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-03-27 07:02:08 -0400
commit82729eeb0c965dfb17c1fd93d76d466b1a51947e (patch)
treef3171b14cdbd7778039599cebd186f91db1cb597 /README.md
parentMerge pull request #1130 from oranenj/fix_move_next_crash (diff)
downloadsway-82729eeb0c965dfb17c1fd93d76d466b1a51947e.tar.gz
sway-82729eeb0c965dfb17c1fd93d76d466b1a51947e.tar.zst
sway-82729eeb0c965dfb17c1fd93d76d466b1a51947e.zip
Mention cap_sys_tty_config in readme
Diffstat (limited to 'README.md')
-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