mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
tags: with guess_position
, we don't need to move to specify position
This commit is contained in:
parent
a89fb71d6e
commit
f07f7c9fc6
1 changed files with 1 additions and 4 deletions
|
@ -12,7 +12,6 @@ shifty.config.tags = {
|
|||
mwfact = 0.7,
|
||||
exclusive = true,
|
||||
max_clients = 1,
|
||||
position = 3,
|
||||
screen = math.max(screen.count(), 2),
|
||||
spawn = browser,
|
||||
icon = tagicon("web")
|
||||
|
@ -20,14 +19,13 @@ shifty.config.tags = {
|
|||
["2↭emacs"] = {
|
||||
mwfact = 0.6,
|
||||
exclusive = true,
|
||||
position = 2,
|
||||
screen = 1,
|
||||
spawn = "emacs",
|
||||
icon = tagicon("dev"),
|
||||
},
|
||||
["1↭xterm"] = {
|
||||
layout = awful.layout.suit.fair,
|
||||
exclusive = true,
|
||||
position = 1,
|
||||
slave = true,
|
||||
spawn = config.terminal,
|
||||
icon = tagicon("main"),
|
||||
|
@ -35,7 +33,6 @@ shifty.config.tags = {
|
|||
["4↭im"] = {
|
||||
mwfact = 0.2,
|
||||
exclusive = true,
|
||||
position = 4,
|
||||
icon = tagicon("im"),
|
||||
nopopup = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue