mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
tags: apps for second screen should go on second screen
Not on the third screen.
This commit is contained in:
parent
3a1e52df3e
commit
a5f5530c85
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ shifty.config.tags = {
|
||||||
mwfact = 0.7,
|
mwfact = 0.7,
|
||||||
exclusive = true,
|
exclusive = true,
|
||||||
max_clients = 1,
|
max_clients = 1,
|
||||||
screen = math.max(screen.count(), 2),
|
screen = math.min(screen.count(), 2),
|
||||||
spawn = config.browser,
|
spawn = config.browser,
|
||||||
icon = tagicon("web")
|
icon = tagicon("web")
|
||||||
},
|
},
|
||||||
|
@ -40,7 +40,7 @@ shifty.config.tags = {
|
||||||
position = 4,
|
position = 4,
|
||||||
mwfact = 0.2,
|
mwfact = 0.2,
|
||||||
exclusive = true,
|
exclusive = true,
|
||||||
screen = math.max(screen.count(), 2),
|
screen = math.min(screen.count(), 2),
|
||||||
icon = tagicon("im"),
|
icon = tagicon("im"),
|
||||||
nopopup = true, -- don't give focus on creation
|
nopopup = true, -- don't give focus on creation
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue