1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-06-08 00:06:32 +02:00

Fix wrong path to sway executable

Fixed path to sway in chmod (line 58)
This commit is contained in:
Konstantinos Feretos 2015-12-13 21:40:14 +00:00
parent e277d4e094
commit 96d3968ae5

View File

@ -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