mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 10:14:04 +00:00
set default pdf application
This commit is contained in:
parent
3d3e5b3b37
commit
4ddac42fe7
1 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,12 @@
|
|||
- zathura-pdf-mupdf
|
||||
- zathura-ps
|
||||
|
||||
- name: Set Zathura as default PDF viewer
|
||||
lineinfile: dest=/etc/xdg/mimeapps.list
|
||||
regexp=^application/pdf
|
||||
state=present
|
||||
line="application/pdf=zathura.desktop"
|
||||
|
||||
- name: Jail Zathura
|
||||
file: src=/usr/bin/firejail
|
||||
dest=/usr/local/bin/zathura
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue