.profile: Move desktop-specific vars to .config/profile.d

This commit is contained in:
Lexi / Zoe 2025-12-05 04:11:13 +01:00
parent 92f87bbadd
commit 3050db0a9b
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
4 changed files with 38 additions and 19 deletions

View file

@ -0,0 +1,16 @@
#
# ~/.config/profile.d/30_desktop.sh -- Environment variables for clients / desktop environments.
#
# GNOME Keyring is used as an SSH agent on desktops
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
# Preferred applications
export TERMINAL=sakura
export BROWSER=firefox
# Wine: Do not change filetype associations
export WINEDLLOVERRIDES=winemenubuilder.exe=d
# Firefox: Enable pixel-perfect scrolling
export MOZ_USE_XINPUT2=1