mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
firefox: starts with extension "Tabliss" instead of raw "about:newtab"
This commit is contained in:
parent
e503be591e
commit
f873b7491e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ shifty.config.tags = {
|
||||||
exclusive = true,
|
exclusive = true,
|
||||||
max_clients = 1,
|
max_clients = 1,
|
||||||
screen = math.min(screen.count(), 2),
|
screen = math.min(screen.count(), 2),
|
||||||
spawn = "xdg-open about:newtab",
|
spawn = "xdg-open moz-extension://074de055-85e1-48fc-9fc9-d97dea948f8d/index.html",
|
||||||
icon = tagicon("web")
|
icon = tagicon("web")
|
||||||
},
|
},
|
||||||
emacs = {
|
emacs = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue