mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-02-23 13:25:16 +08:00
Fix circular require
This commit is contained in:
parent
7a693460ea
commit
9dc5fc4f39
2 changed files with 1 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ local xresources = require("beautiful.xresources")
|
|||
local dpi = xresources.apply_dpi
|
||||
local wibox = require("wibox")
|
||||
local icons = require("icons")
|
||||
|
||||
local notifications = require("notifications")
|
||||
local naughty = require("naughty")
|
||||
|
||||
local helpers = {}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
local beautiful = require("beautiful")
|
||||
local naughty = require("naughty")
|
||||
local helpers = require("helpers")
|
||||
local menubar = require("menubar")
|
||||
|
||||
-- notifications = {}
|
||||
local notifications = {}
|
||||
|
||||
-- Notification settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue