From d8de92bd8a7d8c7315df9332f22eb9bded213f0e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 10 Jan 2023 01:42:45 +0100 Subject: Dotfiles: Use elogind for libseat backend in wayland --- dotfiles/.bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to 'dotfiles') diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 1c2fa45..441ce02 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -9,6 +9,7 @@ if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then export QT_QPA_PLATFORM=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export MOZ_ENABLE_WAYLAND=1 + export LIBSEAT_BACKEND="logind" exec river fi -- cgit 1.4.1