mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
xsession: make cursor works from Nix programs
Otherwise, we get plain X cursors.
This commit is contained in:
parent
f86f0469e5
commit
14a209e0ea
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ export QT_QPA_PLATFORMTHEME=qt5ct
|
|||
# GTK3 apps try to contact org.a11y.Bus. Disable that.
|
||||
export NO_AT_BRIDGE=1
|
||||
|
||||
# Make cursor works from Nix programs
|
||||
export XCURSOR_PATH=/usr/share/icons
|
||||
|
||||
# Environment variables
|
||||
. ~/.zshenv
|
||||
export TERMINAL=vbeterm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue