X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/180189c5a52b0c63677dbf1b8823d67bba65a375..4b1d62d1350c90c23d9d365ffcb1ecdf1f088e3d:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index 9da4d24..1a49ab7 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -8,8 +8,6 @@ beautiful = require("beautiful") -- Notification library naughty = require("naughty") menubar = require("menubar") --- Pulseaudio widget ---local APW = require("apw/widget") -- {{{ Error handling -- Check if awesome encountered an error during startup and fell back to @@ -103,6 +101,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- Set keys root.keys(globalkeys) --- {{{ Autostart applications +-- Autostart applications require("autostart") --- }}}