mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 01:41:30 +00:00
Add suid instructions to readme
This commit is contained in:
parent
9d2bbe2640
commit
fd4cf52518
|
@ -50,6 +50,10 @@ Run these commands:
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
On systems without logind, you need to suid the sway binary:
|
||||||
|
|
||||||
|
sudo chmod a+s /usr/bin/sway
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
If you already use i3, then copy your i3 config to `~/.config/sway/config` and
|
If you already use i3, then copy your i3 config to `~/.config/sway/config` and
|
||||||
|
|
Loading…
Reference in a new issue