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

View file

@ -1,5 +1,6 @@
executable(
'swayrun',
'main.c',
install: true
install: true,
install_dir: libdir + '/sway'
)