lazy push before updates
This commit is contained in:
7
rc.lua
7
rc.lua
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user