mirror of
https://github.com/MezzalunaWM/master.mez.git
synced 2026-03-07 20:19:53 -05:00
debugged
This commit is contained in:
parent
6d95f33446
commit
ea66866789
2 changed files with 22 additions and 15 deletions
|
|
@ -1,14 +0,0 @@
|
|||
---Holds the default builtin functions for master
|
||||
---@module 'builtins"
|
||||
|
||||
local M = {}
|
||||
|
||||
local close_focused = function ()
|
||||
mez.view.close(0)
|
||||
end
|
||||
|
||||
local close_compositor = function ()
|
||||
mez.api.exit()
|
||||
end
|
||||
|
||||
return M
|
||||
Loading…
Add table
Add a link
Reference in a new issue