diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-01-10 01:42:45 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-01-10 01:42:45 +0100 |
commit | d8de92bd8a7d8c7315df9332f22eb9bded213f0e (patch) | |
tree | fa620b83959b4c86551d55f76da4921b3d3d2bf3 | |
parent | Modules: XOrg: Remove xterm package (diff) | |
download | nixos-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_profile | 1 |
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 |