my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

zathura

+4 -1
+4 -1
bin/xdg-open
··· 1 1 #!/bin/sh 2 2 case "${1%%:*}" in 3 - http|https|*.pdf) 3 + http|https) 4 4 exec firefox "$1" 5 5 ;; 6 + *.pdf) 7 + exec zathura "$1" 8 + ;; 6 9 mailto) 7 10 exec aerc "$1" 8 11 ;;