desktop, calendar, various other modules
This commit is contained in:
@@ -14,8 +14,12 @@ mouse = mouse
|
||||
mousegrabber = mousegrabber
|
||||
root = root
|
||||
screen = screen
|
||||
selection = selection
|
||||
tag = tag
|
||||
|
||||
-- Do not touch as this is used to share some variables between files
|
||||
Global_config = {}
|
||||
|
||||
|
||||
require("src.theme.user_config")
|
||||
require("src.theme.theme_config")
|
||||
@@ -30,5 +34,5 @@ require("src.bindings.global_buttons")
|
||||
require("src.bindings.bind_to_tags")
|
||||
require("src.modules.init")
|
||||
require("src.tools.helpers.init")
|
||||
require("src.tools.auto_starter")(User_config.autostart)
|
||||
require("src.tools.dbus.bluetooth_dbus")()
|
||||
--require("src.tools.auto_starter")(User_config.autostart)
|
||||
--require("src.tools.dbus.bluetooth_dbus")()
|
||||
|
||||
Reference in New Issue
Block a user