xsession: make cursor works from Nix programs

Otherwise, we get plain X cursors.
This commit is contained in:
Vincent Bernat 2022-04-21 22:04:27 +02:00
parent f86f0469e5
commit 14a209e0ea

View file

@ -16,6 +16,9 @@ export QT_QPA_PLATFORMTHEME=qt5ct
# GTK3 apps try to contact org.a11y.Bus. Disable that. # GTK3 apps try to contact org.a11y.Bus. Disable that.
export NO_AT_BRIDGE=1 export NO_AT_BRIDGE=1
# Make cursor works from Nix programs
export XCURSOR_PATH=/usr/share/icons
# Environment variables # Environment variables
. ~/.zshenv . ~/.zshenv
export TERMINAL=vbeterm export TERMINAL=vbeterm