about summary refs log tree commit diff
path: root/dotfiles
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-01-10 01:42:45 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-01-10 01:42:45 +0100
commitd8de92bd8a7d8c7315df9332f22eb9bded213f0e (patch)
treefa620b83959b4c86551d55f76da4921b3d3d2bf3 /dotfiles
parentModules: XOrg: Remove xterm package (diff)
downloadnixos-config-d8de92bd8a7d8c7315df9332f22eb9bded213f0e.tar.gz
nixos-config-d8de92bd8a7d8c7315df9332f22eb9bded213f0e.tar.bz2
nixos-config-d8de92bd8a7d8c7315df9332f22eb9bded213f0e.zip
Dotfiles: Use elogind for libseat backend in wayland
Diffstat (limited to '')
-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