.profile: Move desktop-specific vars to .config/profile.d
This commit is contained in:
parent
92f87bbadd
commit
3050db0a9b
4 changed files with 38 additions and 19 deletions
16
.config/profile.d/30_desktop.sh
Normal file
16
.config/profile.d/30_desktop.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue