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