dotfiles/bin/waylectron

8 lines
207 B
Text
Raw Normal View History

#!/bin/sh
2023-05-01 21:44:29 +02:00
program="$(basename "$0")"
2023-05-02 11:49:10 +02:00
PATH="$(echo "$PATH" | sed 's|'"$(dirname "$(which "$program")")"'||g' | sed 's/^://g' | sed 's/::/:/g')"
2023-05-01 21:44:29 +02:00
exec "$program" \
"$@" \
2023-05-01 21:44:29 +02:00
--ozone-platform-hint=wayland