my complicated awesomewm config (SUNSETTED)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
303 B

--{{{ Additional client setup
local gears = require("gears")
return function(c)
local shape = function(cr, width, height)
return gears.shape.partially_rounded_rect(cr, width, height,
true,true,false,false,require("beautiful").titlebar_rounding)
end
c.shape = shape
end
--}}}