diff options
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/.bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index e43c2ff..cdd85c1 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -18,7 +18,7 @@ if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then export MOZ_ENABLE_WAYLAND=1 export LIBSEAT_BACKEND="logind" export NIXOS_OZONE_WL=1 - exec dbus-run-session sway --unsupported-gpu + exec wayland-session sway --unsupported-gpu fi # StartX |