X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/dd541b8d4ae4143d23fc6928d7162b2fb25585cf..f6fe946bbfc8262fa2f1103cc5e5ff68cd61d89b:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index 54fa125..9cd4481 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 @@ -86,7 +84,7 @@ client.connect_signal("manage", function (c, startup) if not startup then -- Set the windows at the slave, -- i.e. put it at the end of others instead of setting it master. - -- awful.client.setslave(c) + awful.client.setslave(c) -- Put windows in a smart way, only if they does not set an initial position. if not c.size_hints.user_position and not c.size_hints.program_position then