urxvt's border helps us with selection on the right side of the screen, let us keep it
This commit is contained in:
parent
a449de8cec
commit
4757b5f32f
1 changed files with 0 additions and 9 deletions
9
rc.lua
9
rc.lua
|
@ -638,15 +638,6 @@ awful.rules.rules = {
|
|||
except = { instance = 'ardour_editor' },
|
||||
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
|
||||
-- tag 4: games = maximized
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue