From 5446ea0735a7ee202e59500bb0d1ae8971b9a928 Mon Sep 17 00:00:00 2001 From: RMT Date: Wed, 16 Sep 2020 18:15:44 +0800 Subject: [PATCH] delete shape setting for some clients --- example/config.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/example/config.lua b/example/config.lua index ce32be5..f33918f 100644 --- a/example/config.lua +++ b/example/config.lua @@ -403,9 +403,6 @@ client_ruled.append_rule { floating = true, above = true, skip_decoration = true, - shape = function(cr, width, height) - gears.shape.rounded_rect(cr, width, height, beautiful.client_radius) - end, placement = awful.placement.centered } } @@ -421,9 +418,6 @@ client_ruled.append_rule { floating = true, above = true, skip_decoration = true, - shape = function(cr, width, height) - gears.shape.rounded_rect(cr, width, height, beautiful.client_radius) - end, placement = awful.placement.centered } } @@ -455,9 +449,6 @@ client_ruled.append_rule { above = true, hide_titlebars = true, skip_decoration = true, - shape = function(cr, width, height) - gears.shape.rounded_rect(cr, width, height, beautiful.client_radius) - end, placement = awful.placement.centered } }