mirror of
https://github.com/MezzalunaWM/master.mez.git
synced 2026-03-07 20:19:53 -05:00
basic tiling
This commit is contained in:
parent
69945499a4
commit
6d95f33446
3 changed files with 175 additions and 34 deletions
|
|
@ -3,18 +3,6 @@
|
|||
|
||||
local M = {}
|
||||
|
||||
local spawn_terminal = function()
|
||||
mez.api.spawn("wmenu-run")
|
||||
end
|
||||
|
||||
local spawn_run_launcher = function()
|
||||
mez.api.spawn("wmneu-run")
|
||||
end
|
||||
|
||||
local spawn_background = function()
|
||||
mez.api.spawn("swaybg -i ~/Images/wallpapers/void/gruv_void.png")
|
||||
end
|
||||
|
||||
local close_focused = function ()
|
||||
mez.view.close(0)
|
||||
end
|
||||
|
|
@ -23,6 +11,4 @@ local close_compositor = function ()
|
|||
mez.api.exit()
|
||||
end
|
||||
|
||||
local
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue