We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace8e83 commit 7b37afbCopy full SHA for 7b37afb
README.md
@@ -66,6 +66,9 @@ Run these commands:
66
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
67
make
68
sudo make install
69
+
70
+On systems with logind, you need to set a few caps on the binary:
71
72
sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway
73
sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway
74
0 commit comments