Compare commits

..

No commits in common. "896096599b3fd6bcb385caad468b44323cc216dc" and "0ae202750470c48ee63534d46d51609457bde732" have entirely different histories.

3 changed files with 4 additions and 10 deletions

View file

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

1
bin/deezer Symbolic link
View file

@ -0,0 +1 @@
waylectron

View file

@ -1,8 +1,7 @@
#!/bin/bash
#!/bin/sh
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" \
"${wayland_args[@]}" \
"$@"
"$@" \
--ozone-platform-hint=wayland

View file

@ -1 +0,0 @@
waylectron