diff --git a/.config/debian-apt/signal.sources b/.config/debian-apt/signal.sources index 76e86b7..24c3e18 100644 --- a/.config/debian-apt/signal.sources +++ b/.config/debian-apt/signal.sources @@ -6,4 +6,4 @@ Suites: xenial Components: main Architectures: amd64 Trusted: no -Signed-By: /usr/share/keyrings/signal-desktop-keyring.gpg +Signed-By: /etc/apt/keyrings/signal-desktop-keyring.gpg diff --git a/.config/environment.d/variables.conf b/.config/environment.d/variables.conf deleted file mode 100644 index bde5225..0000000 --- a/.config/environment.d/variables.conf +++ /dev/null @@ -1,2 +0,0 @@ -NC_STORAGE=$HOME/NC-Michel/Linux/folder -ALT_HISTORY_FILE=$HOME/NC-Michel/Linux/another-folder/history diff --git a/.xsessionrc b/.xsessionrc new file mode 100644 index 0000000..ee68a7a --- /dev/null +++ b/.xsessionrc @@ -0,0 +1,8 @@ +# https://wiki.debian.org/Xsession +LOG=$HOME/.xsessionrc.log +touch $LOG + +export NC_STORAGE=$HOME/NC-Michel/Linux/michdell +export ALT_HISTORY_FILE=$HOME/NC-Michel/Linux/VQubes/history + +export >> $LOG