Compare commits
No commits in common. "896096599b3fd6bcb385caad468b44323cc216dc" and "0ae202750470c48ee63534d46d51609457bde732" have entirely different histories.
896096599b
...
0ae2027504
3 changed files with 4 additions and 10 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec xargs /usr/bin/deezer \
|
||||
"$@" \
|
||||
< ~/.config/electron13-flags.conf
|
||||
|
1
bin/deezer
Symbolic link
1
bin/deezer
Symbolic link
|
@ -0,0 +1 @@
|
|||
waylectron
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
waylectron
|
Loading…
Reference in a new issue