Remove uncovered spaces. Especially for the terminal.

size_hints_honor = false:
https://www.linux.org.ru/forum/desktop/10903088?lastmod=1412317155381#comment-10903186
This commit is contained in:
Kolan Sh 2014-10-03 12:33:50 +04:00
parent 49e43b0cc2
commit 14c950da34
1 changed files with 1 additions and 0 deletions

1
rc.lua
View File

@ -480,6 +480,7 @@ awful.rules.rules = {
border_color = beautiful.border_normal,
focus = true,
keys = clientkeys,
size_hints_honor = false,
buttons = clientbuttons } },
-- Apps specific rules
{ rule = { class = "URxvt" },