dotfiles/sxhkd/sxhkdrc

24 lines
451 B
Plaintext
Raw Normal View History

2020-12-14 02:45:11 +00:00
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