diff options
Diffstat (limited to '.local/bin/sway-run')
-rwxr-xr-x | .local/bin/sway-run | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/sway-run b/.local/bin/sway-run new file mode 100755 index 0000000..a8bda11 --- /dev/null +++ b/.local/bin/sway-run @@ -0,0 +1,6 @@ +#!/bin/sh + +export _JAVA_AWT_WM_NONREPARENTING=1 +export MOZ_ENABLE_WAYLAND=1 + +exec dbus-run-session sway |