fixed signals.lua

This commit is contained in:
Clay Gomera 2022-10-29 04:01:02 -04:00
parent 664e43a5e9
commit eec0a0ebbc

View file

@ -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"