mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
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:
parent
eb22dee79c
commit
9b10a16775
4 changed files with 10 additions and 35 deletions
|
|
@ -1,5 +1,6 @@
|
|||
executable(
|
||||
'swayrun',
|
||||
'main.c',
|
||||
install: true
|
||||
install: true,
|
||||
install_dir: libdir + '/sway'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue