X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d396af0a5a6c17c81e4c4d248b90eefc0cb55f2a..2ecdfec76dd889aaa1bd6a850603ffada26ce2b9:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index 1bf335e..d7d3a43 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,10 +50,10 @@ if beautiful.wallpaper then end -- Require files {{{1 +require("bindings") require("tags") require("menu") require("topbar") -require("bindings") require("rules") require("conky") require("autostart")