diff --git a/awesome/rc.lua b/awesome/rc.lua index 57cf46f..6d1d68f 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -161,6 +161,9 @@ local function tag_config() end local mytags = tag_config() +-- when screen changed, reload awesome config +awesome.connect_signal("screen::change", awesome.restart) + awful.util.taglist_buttons = awful.util.table.join( awful.button({ }, 1, function(t) t:view_only() end), awful.button({ modkey }, 1, function(t)