Updated Sway without systemd on Arch Linux (markdown)

Hummer12007 2017-12-24 02:25:54 +02:00
parent 22cad0f7cf
commit db977e63ac

@ -36,7 +36,7 @@ Type = Package
Target = sway-git
[Action]
Description = Applying setuid-bit to sway
Description = Applying setuid-bit to sway (and stripping filecaps)
When = PostTransaction
Exec = /usr/bin/chmod +s /usr/bin/sway
Exec = /usr/bin/chmod +s /usr/bin/sway && setcap -r /usr/bin/sway
```