mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-28 06:44:47 +02:00
xsession: explain why XCURSOR_PATH may not be enough for Nix
This commit is contained in:
parent
5102803e75
commit
0472116f89
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,13 @@ 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
|
||||
# Make cursor works from Nix programs. This does not solve it for
|
||||
# everything as libXcursor may be loaded dynamically, see:
|
||||
# https://github.com/NixOS/nixpkgs/issues/24137 and
|
||||
# https://github.com/NixOS/nixpkgs/pull/54916. A possible solution
|
||||
# would be to preload host libXcursor. This seems to work:
|
||||
# LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libXcursor.so.1. But we don't
|
||||
# want to do that for all apps.
|
||||
export XCURSOR_PATH=/usr/share/icons
|
||||
|
||||
# Environment variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue