QuakeConsole: fix start positions.
This commit is contained in:
parent
f190b4320e
commit
78ecab8ecf
4
rc.lua
4
rc.lua
|
@ -813,7 +813,7 @@ awful.rules.rules = {
|
||||||
width=awful.screen.focused().workarea.width * 0.96,
|
width=awful.screen.focused().workarea.width * 0.96,
|
||||||
height=awful.screen.focused().workarea.height * 0.4,
|
height=awful.screen.focused().workarea.height * 0.4,
|
||||||
x = awful.screen.focused().workarea.width * 0.02,
|
x = awful.screen.focused().workarea.width * 0.02,
|
||||||
y = awful.screen.focused().workarea.height * 0.6 + mywibox_height
|
y = awful.screen.focused().workarea.height * 0.6 + mywibox_height - 4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ rule = { instance = "QuakeConsole2" },
|
{ rule = { instance = "QuakeConsole2" },
|
||||||
|
@ -828,7 +828,7 @@ awful.rules.rules = {
|
||||||
properties = {
|
properties = {
|
||||||
width=awful.screen.focused().workarea.width * 0.4,
|
width=awful.screen.focused().workarea.width * 0.4,
|
||||||
height=awful.screen.focused().workarea.height * 0.6 - mywibox_height,
|
height=awful.screen.focused().workarea.height * 0.6 - mywibox_height,
|
||||||
x = awful.screen.focused().workarea.width * 0.6,
|
x = awful.screen.focused().workarea.width * 0.6 - 4,
|
||||||
y = mywibox_height
|
y = mywibox_height
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue