Compare commits

..

2 commits

3 changed files with 10 additions and 4 deletions

View file

@ -1 +0,0 @@
waylectron

5
bin/deezer Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
exec xargs /usr/bin/deezer \
"$@" \
< ~/.config/electron13-flags.conf

View file

@ -1,7 +1,8 @@
#!/bin/sh
#!/bin/bash
program="$(basename "$0")"
readarray -t wayland_args < ~/.config/electron-flags.conf
PATH="$(echo "$PATH" | sed "s|$(dirname "$(which "$program")")||g" | sed 's/^://g' | sed 's/::/:/g')"
exec "$program" \
"$@" \
--ozone-platform-hint=wayland
"${wayland_args[@]}" \
"$@"

1
bin/webcord Symbolic link
View file

@ -0,0 +1 @@
waylectron