sadf
This commit is contained in:
parent
e9b0c9e029
commit
470a981bdd
4
autostart.sh
Executable file
4
autostart.sh
Executable 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
2
forget-password.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#used to manually clear cached password from gpg-agent
|
||||||
|
echo RELOADAGENT | gpg-connect-agent
|
2
recompile-at-filechange.sh
Normal file
2
recompile-at-filechange.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
find . | entr pdflatex self.tex &
|
||||||
|
find self.pdf | entr -r xdg-open self.pdf &
|
Loading…
Reference in New Issue
Block a user