Move swayrun outside of PATH

Because swayrun is not intended to be called directly by users,
it is moved to /usr/lib. The sway.desktop wayland session file is
also updated to reflect this new location.
This commit is contained in:
Corey Hinshaw 2019-02-11 22:40:41 -05:00
parent eb22dee79c
commit 9b10a16775
4 changed files with 10 additions and 35 deletions

5
sway.desktop.in Normal file
View file

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Sway
Comment=SirCmpwn's Wayland window manager
Exec=@libdir@/sway/swayrun
Type=Application