mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Because swayrun should be run from a safe environment, validating the user's shell against /etc/shells seems unnecessary.
5 lines
55 B
Meson
5 lines
55 B
Meson
executable(
|
|
'swayrun',
|
|
'main.c',
|
|
install: true
|
|
)
|