Compare commits
2 commits
0ae2027504
...
896096599b
Author | SHA1 | Date | |
---|---|---|---|
|
896096599b | ||
|
4e72ee3aff |
3 changed files with 10 additions and 4 deletions
|
@ -1 +0,0 @@
|
||||||
waylectron
|
|
5
bin/deezer
Executable file
5
bin/deezer
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec xargs /usr/bin/deezer \
|
||||||
|
"$@" \
|
||||||
|
< ~/.config/electron13-flags.conf
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
program="$(basename "$0")"
|
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')"
|
PATH="$(echo "$PATH" | sed "s|$(dirname "$(which "$program")")||g" | sed 's/^://g' | sed 's/::/:/g')"
|
||||||
exec "$program" \
|
exec "$program" \
|
||||||
"$@" \
|
"${wayland_args[@]}" \
|
||||||
--ozone-platform-hint=wayland
|
"$@"
|
||||||
|
|
||||||
|
|
1
bin/webcord
Symbolic link
1
bin/webcord
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
waylectron
|
Loading…
Reference in a new issue