fixed signals.lua
This commit is contained in:
parent
664e43a5e9
commit
eec0a0ebbc
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
local beautiful = require("beautiful")
|
||||||
-- No borders when rearranging only 1 non-floating or maximized client
|
-- No borders when rearranging only 1 non-floating or maximized client
|
||||||
screen.connect_signal("arrange", function (s)
|
screen.connect_signal("arrange", function (s)
|
||||||
local max = s.selected_tag.layout.name == "max"
|
local max = s.selected_tag.layout.name == "max"
|
||||||
|
|
Loading…
Reference in a new issue