about summary refs log tree commit diff
path: root/dotfiles/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.bash_profile')
-rw-r--r--dotfiles/.bash_profile1
1 files changed, 1 insertions, 0 deletions
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