summarylogtreecommitdiffstats
path: root/alacritty-xwayland-patch
diff options
context:
space:
mode:
authorteknsl2022-01-08 23:31:28 +0100
committerteknsl2022-01-08 23:31:28 +0100
commit6e82d78fc28c5d76ce12eb10e2dac1136d9230ed (patch)
tree18f112954104e819e16c0e394b5860a9236539fa /alacritty-xwayland-patch
downloadaur-6e82d78fc28c5d76ce12eb10e2dac1136d9230ed.tar.gz
init improved
Diffstat (limited to 'alacritty-xwayland-patch')
-rwxr-xr-xalacritty-xwayland-patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/alacritty-xwayland-patch b/alacritty-xwayland-patch
new file mode 100755
index 000000000000..11d9e9d3bc0d
--- /dev/null
+++ b/alacritty-xwayland-patch
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+path="/usr/share/applications/Alacritty.desktop"
+sed -i "s|^Exec=|Exec=env WAYLAND_DISPLAY= |" $path
+