1
0
Fork 0

urxvt's border helps us with selection on the right side of the screen, let us keep it

This commit is contained in:
Von Random 2015-08-17 19:35:22 +03:00
parent a449de8cec
commit 4757b5f32f

9
rc.lua
View file

@ -638,15 +638,6 @@ awful.rules.rules = {
except = { instance = 'ardour_editor' }, except = { instance = 'ardour_editor' },
properties = { floating = true } properties = { floating = true }
}, },
-- Borderless rxvt-unicode, because shading:
{
rule_any = {
class = {
'URxvt'
}
},
properties = { border_width = 0 }
},
-- Specific desktops rules: place windows only on specific tags by default -- Specific desktops rules: place windows only on specific tags by default
-- tag 4: games = maximized -- tag 4: games = maximized
{ {