lazy push before updates
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
local awful = require("awful")
|
||||
|
||||
local _M = {}
|
||||
|
||||
function _M.get()
|
||||
local _V = {}
|
||||
|
||||
awful.spawn.with_shell("picom -b")
|
||||
awful.spawn.with_shell("nm-applet")
|
||||
|
||||
_V = {
|
||||
terminal = "alacritty",
|
||||
editor = os.getenv("EDITOR") or "nvim",
|
||||
|
||||
Reference in New Issue
Block a user