script for special browsers

This commit is contained in:
Felix Van der Jeugt 2019-04-18 17:13:19 +02:00
parent 10ba047854
commit e7a63bec37
No known key found for this signature in database
GPG Key ID: 58B209295023754D
3 changed files with 6 additions and 0 deletions

2
local/bin/googlebrowser Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec qutebrowser --basedir "$HOME/.config/googlebrowser"

2
local/bin/newbrowser Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec qutebrowser --temp-basedir ":config-source $HOME/.config/qutebrowser/config.py"

2
local/bin/privbrowser Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec qutebrowser --temp-basedir -s content.private_browsing true