From 1ed608eb2ba7c254486e0e62c83641bc1769bd6d Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 15 May 2023 17:32:48 +0200 Subject: Dotfiles: Bash: Set Ozone to use wayland (chromium) --- dotfiles/.bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 441ce02..cda5e37 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -10,6 +10,7 @@ if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export MOZ_ENABLE_WAYLAND=1 export LIBSEAT_BACKEND="logind" + export NIXOS_OZONE_WL=1 exec river fi -- cgit 1.4.1