17 lines
433 B
Bash
17 lines
433 B
Bash
#
|
|
# ~/.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
|