aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-03-28 07:45:16 -0400
committerDrew DeVault <sir@cmpwn.com>2017-04-03 11:00:40 -0400
commit7b37afbf1ace9c0b93d3915058b4d0497ad44c92 (patch)
tree7f8eeeb095b3b61f54648b368975e27e182dade3
parentace8e8367f0faace9141f988a1925d42f3cba26d (diff)
downloadsway-7b37afbf1ace9c0b93d3915058b4d0497ad44c92.zip
sway-7b37afbf1ace9c0b93d3915058b4d0497ad44c92.tar.gz
sway-7b37afbf1ace9c0b93d3915058b4d0497ad44c92.tar.bz2
Update README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 632d494..616da66 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,9 @@ Run these commands:
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
make
sudo make install
+
+On systems with logind, you need to set a few caps on the binary:
+
sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway
sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway