Compare commits

..

2 Commits

Author SHA1 Message Date
Sheldon Lee
a441cf9ef3 Merge branch 'master' of ssh://dundun.ddns.net:222/sheldonmlee/dotfiles 2022-12-15 15:43:13 +00:00
Sheldon Lee
80ef114726 Change run command for sway on laptop. 2022-12-15 15:42:54 +00:00

View File

@ -25,8 +25,7 @@ export GTK_IM_MODULE=fcitx
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