my dotz
0

Configure Feed

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

zora -> chromium

+1 -4
+1 -4
bin/zora/xdg-open
··· 1 1 #!/bin/sh 2 2 case "${1%%:*}" in 3 3 http|https) 4 - exec firefox "$1" 4 + exec chromium "$1" 5 5 ;; 6 6 *.pdf) 7 7 exec zathura "$1" 8 - ;; 9 - slack) 10 - exec chromium --app=https://digitalocean.slack.com --new-window "$1" 11 8 ;; 12 9 *) 13 10 exec /usr/bin/xdg-open "$@"