[bin] Add browser-comms launcher to wrap all those Slacks

This commit is contained in:
Sebastian Schulze 2022-02-04 20:57:30 +01:00
parent 0fc7608f90
commit fd6b13fe3b
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
exec qutebrowser -C ~/.config/qutebrowser/config-comms.py -B ~/.local/share/qutebrowser-comms/ $*

View File

@ -0,0 +1,8 @@
config.source("config.py")
c.statusbar.show = "in-mode"
c.tabs.show = "multiple"
c.fonts.web.family.sans_serif = "IBM Plex Sans"
c.fonts.web.family.standard = "IBM Plex Sans"
c.fonts.web.family.serif = "IBM Plex Sans"
c.fonts.web.family.cursive = "IBM Plex Sans"
c.fonts.web.family.fixed = "IBM Plex Sans"