27 lines
777 B
Plaintext
27 lines
777 B
Plaintext
#
|
|
# This file is parsed by pam_env module
|
|
#
|
|
# Syntax: simple "KEY=VAL" pairs on separate lines
|
|
#
|
|
# note: a re-login is needed for changes to take place
|
|
#
|
|
|
|
# full path to directory where syncronised data will be kept
|
|
# this should be independent from systems (like nextcloud, dropbox, google drive etc)
|
|
# this as we easily should be able to switch system without having to change this name/path
|
|
# format: SYNCDIR_[HOSTNAME]
|
|
SYNCDIR_t470p=/home/poq/nextcloud/syncDir
|
|
|
|
# full path to nextcloud folder
|
|
NEXTCLOUD_t470p=/home/poq/nextcloud
|
|
NEXTCLOUD_tuxwarrior=/media/drive2/nass/lo/nextcloud
|
|
|
|
# mounted downloads dir, same for all hosts
|
|
DOWNLOADS=/home/poq/syncDir/0_downloads
|
|
|
|
# {i3, qtile} window manager to start in .xinitrc
|
|
XWM=i3
|
|
|
|
# styling for htk apps
|
|
GTK_THEME=Adapta-Nokto
|