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