adjust some window positions
This commit is contained in:
parent
b0d3845eb0
commit
9876efc012
1 changed files with 3 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ hl.window_rule({
|
|||
class = "com.nextcloud.desktopclient.nextcloud",
|
||||
},
|
||||
float = true,
|
||||
move = "(1450) (34)",
|
||||
move = "(610) (38)",
|
||||
})
|
||||
|
||||
hl.window_rule({
|
||||
|
|
@ -398,10 +398,11 @@ hl.window_rule({
|
|||
},
|
||||
float = true,
|
||||
center = true,
|
||||
move = "(1310) (40)",
|
||||
move = "(476) (40)",
|
||||
size = "600 900",
|
||||
})
|
||||
|
||||
|
||||
local mainMod = "SUPER"
|
||||
|
||||
hl.bind(mainMod .. " + Return", hl.dsp.exec_cmd(terminal))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue