mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-01 08:44:25 +02:00
tags: use xdg-open
This way, Firefox is the default via XDG
This commit is contained in:
parent
2c8bebbd12
commit
387279800e
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 = "x-www-browser",
|
spawn = "xdg-open about:newtab",
|
||||||
icon = tagicon("web")
|
icon = tagicon("web")
|
||||||
},
|
},
|
||||||
emacs = {
|
emacs = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue