1
0
Fork 0

add the same rules for xfce4-terminal as for roxterm

This commit is contained in:
Von Random 2014-10-09 14:13:12 +04:00
parent e7e6bcd60a
commit 640509b33c

8
rc.lua
View file

@ -517,9 +517,13 @@ awful.rules.rules = {
properties = { floating = true } properties = { floating = true }
}, },
-- Remove gaps between terminal windows: -- Remove gaps between terminal windows:
-- roxterm
{ {
rule = { class = 'Roxterm' }, rule_any = {
class = {
'Roxterm',
'Xfce4-terminal'
}
},
properties = { size_hints_honor = false } properties = { size_hints_honor = false }
}, },
-- Specific desktops rules: place windows only on specific tags by default -- Specific desktops rules: place windows only on specific tags by default