mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-31 08:14:26 +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,
|
||||
max_clients = 1,
|
||||
screen = math.min(screen.count(), 2),
|
||||
spawn = "x-www-browser",
|
||||
spawn = "xdg-open about:newtab",
|
||||
icon = tagicon("web")
|
||||
},
|
||||
emacs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue