Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
delete shape setting for some clients
Browse files Browse the repository at this point in the history
  • Loading branch information
RMTT committed Sep 16, 2020
1 parent 7377289 commit 5446ea0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions example/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand All @@ -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
}
}
Expand Down Expand Up @@ -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
}
}
Expand Down

0 comments on commit 5446ea0

Please sign in to comment.