lazy push before updates

This commit is contained in:
Noella
2025-12-30 13:23:54 -07:00
parent 44ab8019bc
commit 34b678e020
30 changed files with 727 additions and 208 deletions

View File

@@ -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",