Fix wrong path to sway executable
Fixed path to sway in chmod (line 58)
This commit is contained in:
parent
e277d4e094
commit
96d3968ae5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Run these commands:
|
|||
|
||||
On systems without logind, you need to suid the sway binary:
|
||||
|
||||
sudo chmod a+s /usr/bin/sway
|
||||
sudo chmod a+s /usr/local/bin/sway
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue