Fix circular require

This commit is contained in:
elenapan 2020-04-08 01:31:04 +03:00
parent 7a693460ea
commit 9dc5fc4f39
2 changed files with 1 additions and 3 deletions

View file

@ -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 = {}

View file

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