24 lines
451 B
Plaintext
24 lines
451 B
Plaintext
|
alt + s
|
||
|
python ~/.scripts/rofi-courses.py
|
||
|
|
||
|
alt + o
|
||
|
zathura ~/university/current-course/master.pdf
|
||
|
|
||
|
alt + r
|
||
|
nautilus ~/university/current-course/
|
||
|
|
||
|
alt + j
|
||
|
urxvt -e $SHELL -c 'cd ~/university/current-course;$SHELL -i'
|
||
|
|
||
|
alt + m
|
||
|
urxvt -e $SHELL -c 'vim ~/university/current-course/master.tex'
|
||
|
|
||
|
alt + v
|
||
|
python ~/.scripts/rofi-lectures-view.py
|
||
|
|
||
|
alt + l
|
||
|
python ~/.scripts/rofi-lectures.py
|
||
|
|
||
|
alt + c
|
||
|
latexmk -pvc ~/university/current-course/master.tex
|