dotfiles/x/.xprofile

7 lines
142 B
Plaintext
Raw Normal View History

export MOZ_USE_XINPUT2=1
2017-03-07 14:10:20 +01:00
if [ "$HOSTNAME" = jarvis ]; then
export SPOTIFY_DEVICE_SCALE_FACTOR=1.75
printf '%s\n' "on the right host"
fi