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

7
rc.lua
View File

@@ -2,7 +2,6 @@
-- found (e.g. lgi). If LuaRocks is not installed, do nothing.
pcall(require, "luarocks.loader")
local gears = require("gears")
local awful = require("awful")
local beautiful = require("beautiful")
require("awful.autofocus")
@@ -10,7 +9,7 @@ require("awful.autofocus")
local main = require("main")
local bindings = require("bindings")
local theme = require("theme")
local statusbar = require("deco.statusbar")
local screen = require("deco.screens")
beautiful.init(theme)
@@ -19,11 +18,9 @@ RC.vars = main.user_vars()
RC.layouts = main.layouts()
RC.tags = main.tags()
awful.spawn.with_shell("picom -b")
awful.layout.layouts = RC.layouts
awful.screen.connect_for_each_screen(statusbar)
screen()
-- Set keys
root.buttons(bindings.global_buttons())