Files

15 lines
296 B
Plaintext

---
comment: |-
This requires a running X server.
functions:
shell:
- code: |-
zathura
:! /bin/sh -c 'exec /bin/sh 0<&1'
comment: |-
The interaction happens in a GUI window, while the shell is dropped in the terminal.
contexts:
sudo:
unprivileged:
...