diff options
Diffstat (limited to 'dotfiles/.bash_profile')
| -rw-r--r-- | dotfiles/.bash_profile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 28c4efa..e43c2ff 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -3,15 +3,22 @@ [[ -f ~/.bashrc ]] && . "$HOME/.bashrc" -# Start River +# Start Wayland* if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then + #export LIBVA_DRIVER_NAME=nvidia + #export XDG_SESSION_TYPE=wayland + #export XDG_CURRENT_DESKTOP=sway + #export GBM_BACKEND=nvidia-drm + #export __GLX_VENDOR_LIBRARY_NAME=nvidia + #export WLR_NO_HARDWARE_CURSORS=1 + #export GDK_BACKEND=nvidia export SDL_VIDEODRIVER=wayland export QT_QPA_PLATFORM=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export MOZ_ENABLE_WAYLAND=1 export LIBSEAT_BACKEND="logind" export NIXOS_OZONE_WL=1 - exec dbus-run-session river + exec dbus-run-session sway --unsupported-gpu fi # StartX |