mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
focusing of surfaces or more streamlined
This commit is contained in:
parent
4b3e1bbd5d
commit
a90c106b8c
8 changed files with 171 additions and 107 deletions
|
|
@ -295,11 +295,7 @@ local master = function()
|
|||
})
|
||||
|
||||
local fullscreen = function (view_id)
|
||||
print("Fullscreen")
|
||||
mez.view.toggle_fullscreen(view_id)
|
||||
mez.view.set_position(view_id, 0, 0)
|
||||
local res = mez.output.get_resolution(0)
|
||||
mez.view.set_size(view_id, res.width, res.height)
|
||||
tile_all()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue