File: qupzilla

package info (click to toggle)
profile-sync-daemon 7.00-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: sh: 715; makefile: 70
file content (6 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#	http://blog.qupzilla.com/2013/03/qupzilla-140-released.html
[[ -d $HOME/.$browser ]] &&
    DIRArr[0]="$HOME/.$browser"
[[ -d $XDG_CONFIG_HOME/$browser ]] &&
    DIRArr[0]="$XDG_CONFIG_HOME/$browser"
PSNAME="$browser"