X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d396af0a5a6c17c81e4c4d248b90eefc0cb55f2a..0d89e0b38f04e0dc6fd0e2b51efa044bd3ccfc5a:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index 1bf335e..af38777 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -7,6 +7,7 @@ beautiful = require("beautiful") naughty = require("naughty") menubar = require("menubar") lain = require("lain") +require("awful.remote") -- Error handling {{{1 -- Check if awesome encountered an error during startup and fell back to @@ -49,12 +50,12 @@ if beautiful.wallpaper then end -- Require files {{{1 +require("bindings") require("tags") require("menu") require("topbar") -require("bindings") require("rules") -require("conky") +-- require("conky") require("autostart") require("signals")