From 80ef114726168ce3585a393c985c1e1619793ef3 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Thu, 15 Dec 2022 15:42:54 +0000 Subject: [PATCH] Change run command for sway on laptop. --- .bash_profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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