QuakeConsole: fix start positions.

This commit is contained in:
Kolan Sh 2022-01-28 21:09:13 +03:00
parent f190b4320e
commit 78ecab8ecf
1 changed files with 2 additions and 2 deletions

4
rc.lua
View File

@ -813,7 +813,7 @@ awful.rules.rules = {
width=awful.screen.focused().workarea.width * 0.96,
height=awful.screen.focused().workarea.height * 0.4,
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" },
@ -828,7 +828,7 @@ awful.rules.rules = {
properties = {
width=awful.screen.focused().workarea.width * 0.4,
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
}
},