mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-02-05 20:45:49 +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:
|
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
|
## Configuration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue