mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-08 09:14:21 +02:00
Revert "tags: spawn firefox by invoking firefox"
This reverts commit c052b34f6d
. Instead,
I am using my own .desktop file. Should be OK.
This commit is contained in:
parent
c052b34f6d
commit
33927c6a7d
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 = "firefox",
|
spawn = "xdg-open about:newtab",
|
||||||
icon = tagicon("web")
|
icon = tagicon("web")
|
||||||
},
|
},
|
||||||
emacs = {
|
emacs = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue