From 12b770a8b954609311f55b105f37de326a7fde8c Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 15 Jul 2015 16:10:41 +0300 Subject: [PATCH] borderless urxvt in awesome --- rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc.lua b/rc.lua index be99d78..63f4972 100644 --- a/rc.lua +++ b/rc.lua @@ -637,14 +637,14 @@ awful.rules.rules = { except = { instance = 'ardour_editor' }, properties = { floating = true } }, - -- Remove gaps between terminal windows: + -- Borderless rxvt-unicode, because shading: { rule_any = { class = { - 'Roxterm' + 'URxvt' } }, - properties = { size_hints_honor = false } + properties = { border_width = 0 } }, -- Specific desktops rules: place windows only on specific tags by default -- tag 4: games = maximized