mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-22 14:52:47 +00:00
Bin: add qutainer
This commit is contained in:
parent
5079cb895a
commit
a5958eca98
2
.local/bin/qutainer
Executable file
2
.local/bin/qutainer
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
[ $# -eq 0 ] && qutebrowser -B /tmp || qutebrowser -B ~/.local/share/qutebrowser/containers/$@
|
Loading…
Reference in a new issue