diff --git a/.bash_profile b/.bash_profile index 724a2d4..f3724cc 100644 --- a/.bash_profile +++ b/.bash_profile @@ -17,7 +17,8 @@ export _JAVA_AWT_WM_NONREPARENTING=1 if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then if [[ ! -z "$IS_LAPTOP" ]]; then - exec dbus-run-session sway + WLR_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0 dbus-run-session sway + #dbus-run-session sway else exec start-sway.sh fi