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",
|
class = "com.nextcloud.desktopclient.nextcloud",
|
||||||
},
|
},
|
||||||
float = true,
|
float = true,
|
||||||
move = "(1450) (34)",
|
move = "(610) (38)",
|
||||||
})
|
})
|
||||||
|
|
||||||
hl.window_rule({
|
hl.window_rule({
|
||||||
|
|
@ -398,10 +398,11 @@ hl.window_rule({
|
||||||
},
|
},
|
||||||
float = true,
|
float = true,
|
||||||
center = true,
|
center = true,
|
||||||
move = "(1310) (40)",
|
move = "(476) (40)",
|
||||||
size = "600 900",
|
size = "600 900",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
local mainMod = "SUPER"
|
local mainMod = "SUPER"
|
||||||
|
|
||||||
hl.bind(mainMod .. " + Return", hl.dsp.exec_cmd(terminal))
|
hl.bind(mainMod .. " + Return", hl.dsp.exec_cmd(terminal))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue