This commit is contained in:
ccppi 2024-09-03 09:15:53 +02:00
parent e9b0c9e029
commit 470a981bdd
3 changed files with 8 additions and 0 deletions

4
autostart.sh Executable file
View File

@ -0,0 +1,4 @@
kitty -e alot &
firefox -p default &
firefox -p messenger-instanzen &
kitty -e vdirsyncer sync && kitty -e khal interactive &

2
forget-password.sh Normal file
View File

@ -0,0 +1,2 @@
#used to manually clear cached password from gpg-agent
echo RELOADAGENT | gpg-connect-agent

View File

@ -0,0 +1,2 @@
find . | entr pdflatex self.tex &
find self.pdf | entr -r xdg-open self.pdf &