aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.scripts/xway
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.scripts/xway')
-rwxr-xr-xdotfiles/.scripts/xway10
1 files changed, 0 insertions, 10 deletions
diff --git a/dotfiles/.scripts/xway b/dotfiles/.scripts/xway
deleted file mode 100755
index b8e5ab8..0000000
--- a/dotfiles/.scripts/xway
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# Certain Xorg apps require certain env variable to correctly work through xwayland
-
-export GDK_BACKEND=x11
-export EGL_PLATFORM=x11
-export CLUTTER_PLATFORM=x11
-export SDL_VIDEODRIVER=x11
-
-$1