Réécriture du programme waylectron
This commit is contained in:
parent
6ad5e289e1
commit
ff296935c5
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
PATH="$(echo "$PATH" | cut -d ':' -f 2-)"
|
||||
exec "$(basename "$0")" \
|
||||
program="$(basename "$0")"
|
||||
PATH="$(echo "$PATH" | sed 's|'"$(which "$program" | xargs dirname)"'||g' | sed 's/^://g' | sed 's/::/:/g')"
|
||||
exec "$program" \
|
||||
"$@" \
|
||||
--ozone-platform-hint=auto
|
||||
--ozone-platform-hint=wayland
|
||||
|
||||
|
|
Loading…
Reference in a new issue