diff --git a/dotfiles/bin/.bin/disable_wayland b/dotfiles/bin/.bin/disable_wayland index 642a6ed..c50ba8d 100755 --- a/dotfiles/bin/.bin/disable_wayland +++ b/dotfiles/bin/.bin/disable_wayland @@ -1,9 +1,10 @@ #!/bin/sh -# links to this script disable GDK_BACKEND +# links to this script disable wayland backends # to workaround wayland incompatibilities unset GDK_BACKEND +unset QT_QPA_PLATFORM # name of the link that was called called_script=$(basename "$0") diff --git a/dotfiles/bin/.bin/teamspeak3 b/dotfiles/bin/.bin/teamspeak3 deleted file mode 100755 index 642a6ed..0000000 --- a/dotfiles/bin/.bin/teamspeak3 +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# links to this script disable GDK_BACKEND -# to workaround wayland incompatibilities - -unset GDK_BACKEND - -# name of the link that was called -called_script=$(basename "$0") - -real_bin=$(which --skip-tilde "$called_script") -"${real_bin}" "$@" \ No newline at end of file diff --git a/dotfiles/bin/.bin/teamspeak3 b/dotfiles/bin/.bin/teamspeak3 new file mode 120000 index 0000000..9fb7ce9 --- /dev/null +++ b/dotfiles/bin/.bin/teamspeak3 @@ -0,0 +1 @@ +disable_wayland \ No newline at end of file