From 9318161e10d1022a1c6a0bc788f00d5f2a53c1ea Mon Sep 17 00:00:00 2001 From: lub Date: Mon, 16 Dec 2019 12:36:01 +0100 Subject: [PATCH] add wayland link for ts3 --- dotfiles/bin/.bin/teamspeak3 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 dotfiles/bin/.bin/teamspeak3 diff --git a/dotfiles/bin/.bin/teamspeak3 b/dotfiles/bin/.bin/teamspeak3 new file mode 100755 index 0000000..642a6ed --- /dev/null +++ b/dotfiles/bin/.bin/teamspeak3 @@ -0,0 +1,12 @@ +#!/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