summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-11-02 12:38:18 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-11-06 18:15:55 -0500
commit96cd3a3271f1af33b05d8f579fce0312359f65ab (patch)
treefb93afab82908219b6640e8f82e2df51c90af920 /README.md
parentMerge pull request #1454 from etam/fix_init_tray (diff)
downloadsway-96cd3a3271f1af33b05d8f579fce0312359f65ab.tar.gz
sway-96cd3a3271f1af33b05d8f579fce0312359f65ab.tar.zst
sway-96cd3a3271f1af33b05d8f579fce0312359f65ab.zip
Merge pull request #1443 from gferon/gferon-readme-edit
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 33d52fb1..2c585791 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Run these commands:
83 83
84On systems with logind, you need to set a few caps on the binary: 84On systems with logind, you need to set a few caps on the binary:
85 85
86 sudo setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/bin/sway 86 sudo setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/local/bin/sway
87 87
88On systems without logind, you need to suid the sway binary: 88On systems without logind, you need to suid the sway binary:
89 89