mirror of
https://github.com/swaywm/sway.git
synced 2024-12-29 00:16:22 +01:00
Merge pull request #304 from kon14/patch-1
Fix wrong path to sway executable
This commit is contained in:
commit
e2cb5e5420
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…
Reference in a new issue