mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
tags: fix browser spawning when using "www" tag
This commit is contained in:
parent
0f3a920e52
commit
608af4cc3d
1 changed files with 1 additions and 2 deletions
|
@ -16,9 +16,8 @@ shifty.config.tags = {
|
||||||
mwfact = 0.7,
|
mwfact = 0.7,
|
||||||
exclusive = true,
|
exclusive = true,
|
||||||
max_clients = 1,
|
max_clients = 1,
|
||||||
position = 3,
|
|
||||||
screen = math.max(screen.count(), 2),
|
screen = math.max(screen.count(), 2),
|
||||||
spawn = browser,
|
spawn = config.browser,
|
||||||
icon = tagicon("web")
|
icon = tagicon("web")
|
||||||
},
|
},
|
||||||
emacs = {
|
emacs = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue