aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 632d494d..616da665 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,9 @@ Run these commands:
66 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. 66 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
67 make 67 make
68 sudo make install 68 sudo make install
69
70On systems with logind, you need to set a few caps on the binary:
71
69 sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway 72 sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway
70 sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway 73 sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway
71 74