reload awesome config when screen changed
This commit is contained in:
@@ -161,6 +161,9 @@ local function tag_config()
|
|||||||
end
|
end
|
||||||
local mytags = tag_config()
|
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.util.taglist_buttons = awful.util.table.join(
|
||||||
awful.button({ }, 1, function(t) t:view_only() end),
|
awful.button({ }, 1, function(t) t:view_only() end),
|
||||||
awful.button({ modkey }, 1, function(t)
|
awful.button({ modkey }, 1, function(t)
|
||||||
|
|||||||
Reference in New Issue
Block a user