aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Konstantinos Feretos <konferetos@gmail.com>2015-12-13 21:40:14 +0000
committerLibravatar Konstantinos Feretos <konferetos@gmail.com>2015-12-13 21:40:14 +0000
commit96d3968ae5a84538732640415fef35703a7e34f5 (patch)
treea1025757000ddbcc26d5a2cfe839a4e6224517eb /README.md
parentSubscribe to workspace change events and redraw (diff)
downloadsway-96d3968ae5a84538732640415fef35703a7e34f5.tar.gz
sway-96d3968ae5a84538732640415fef35703a7e34f5.tar.zst
sway-96d3968ae5a84538732640415fef35703a7e34f5.zip
Fix wrong path to sway executable
Fixed path to sway in chmod (line 58)
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 1a1f84dc..862bb100 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Run these commands:
55 55
56On systems without logind, you need to suid the sway binary: 56On systems without logind, you need to suid the sway binary:
57 57
58 sudo chmod a+s /usr/bin/sway 58 sudo chmod a+s /usr/local/bin/sway
59 59
60## Configuration 60## Configuration
61 61