mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 20:40:15 +02:00
tags: add back specific position
It seems that position guessing only works for initialized tags.
This commit is contained in:
parent
45951e9dc1
commit
7b8cd43daf
1 changed files with 5 additions and 0 deletions
|
@ -12,14 +12,17 @@ end
|
|||
|
||||
shifty.config.tags = {
|
||||
["3↭www"] = {
|
||||
position = 3,
|
||||
mwfact = 0.7,
|
||||
exclusive = true,
|
||||
max_clients = 1,
|
||||
position = 3,
|
||||
screen = math.max(screen.count(), 2),
|
||||
spawn = browser,
|
||||
icon = tagicon("web")
|
||||
},
|
||||
["2↭emacs"] = {
|
||||
position = 2,
|
||||
mwfact = 0.6,
|
||||
exclusive = true,
|
||||
screen = 1,
|
||||
|
@ -27,6 +30,7 @@ shifty.config.tags = {
|
|||
icon = tagicon("dev"),
|
||||
},
|
||||
["1↭xterm"] = {
|
||||
position = 1,
|
||||
layout = awful.layout.suit.fair,
|
||||
exclusive = true,
|
||||
slave = true,
|
||||
|
@ -34,6 +38,7 @@ shifty.config.tags = {
|
|||
icon = tagicon("main"),
|
||||
},
|
||||
["4↭im"] = {
|
||||
position = 4,
|
||||
mwfact = 0.2,
|
||||
exclusive = true,
|
||||
icon = tagicon("im"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue