mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +00:00
layout: property::selected signal hack
This commit is contained in:
parent
d79dedd635
commit
2ce94d0fb6
|
@ -175,6 +175,10 @@ local mymainmenu = freedesktop.menu.build({
|
|||
-- }}}
|
||||
|
||||
-- {{{ Screen
|
||||
-- if we want to be modular and see the layout icons at start
|
||||
for s in screen do
|
||||
s.selected_tag:emit_signal("property::layout")
|
||||
end
|
||||
-- Re-set wallpaper when a screen's geometry changes (e.g. different resolution)
|
||||
screen.connect_signal("property::geometry", function(s)
|
||||
-- Wallpaper
|
||||
|
|
Loading…
Reference in a new issue