From 9e286faa4f0e8c215916424ce963bbf4fd0d1162 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 21 Dec 2022 11:30:40 +0000 Subject: rc: prettify module includes --- rc.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index 807c0a2..47e6cb2 100644 --- a/rc.lua +++ b/rc.lua @@ -9,13 +9,16 @@ local beautiful = require("beautiful") -- Notification library local naughty = require("naughty") +-- local modules local bindings = require("bindings") local commondefs = require("commondefs") -local pager = require("pager") -local urgent_wgt = require("urgent_wgt") local utils = require("utils") local workspace = require("workspace") +-- local widgets +local pager = require("pager") +local urgent_wgt = require("urgent_wgt") + -- {{{ Error handling -- Check if awesome encountered an error during startup and fell back to -- another config (This code will only ever execute for the fallback config) -- cgit v1.2.3