blob: 63b6bd923e82a52a587cf673411967b64344ba61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /usr/bin/env sh
export MAIN_MONITOR=$(awk -F ' ' 'NR==1{print $3}' $HOME/.config/sway/monitors)
export XDG_CURRENT_DESKTOP=sway
#export WLR_RENDERER=gles2
export WLR_RENDERER=vulkan
#export SWAY_UNSUPPORTED_GPU=1
export SDL_VIDEODRIVER=wayland
export GDK_BACKEND=wayland,x11
export QT_QPA_PLATFORM=wayland;xcb
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export _JAVA_AWT_WM_NONREPARENTING=1
dbus-run-session sway
|