mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
fullscreen mostly implemented
This commit is contained in:
parent
a90c106b8c
commit
a5f5bba78e
6 changed files with 47 additions and 26 deletions
|
|
@ -169,13 +169,6 @@ local master = function()
|
|||
end
|
||||
})
|
||||
|
||||
|
||||
mez.hook.add("ViewRequestFullscreen", {
|
||||
callback = function (view_id)
|
||||
mez.view.toggle_fullscreen(view_id)
|
||||
end
|
||||
})
|
||||
|
||||
mez.input.add_keymap("alt", "p", {
|
||||
press = function()
|
||||
mez.api.spawn("wmenu-run")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue