Revert "firefox: starts with extension "Tabliss" instead of raw "about:newtab""

This reverts commit f873b7491e. We could
associate x-scheme-handler/moz-extension to Firefox as well, but we
could then just invoke Firefox directly in this case instead of
relying on xdg-open. Let's keep the empty new tab for now.
This commit is contained in:
Vincent Bernat 2020-04-19 10:51:40 +02:00
parent f873b7491e
commit a84a7a38ec

View file

@ -17,7 +17,7 @@ shifty.config.tags = {
exclusive = true,
max_clients = 1,
screen = math.min(screen.count(), 2),
spawn = "xdg-open moz-extension://074de055-85e1-48fc-9fc9-d97dea948f8d/index.html",
spawn = "xdg-open about:newtab",
icon = tagicon("web")
},
emacs = {