add the same rules for xfce4-terminal as for roxterm
This commit is contained in:
parent
e7e6bcd60a
commit
640509b33c
1 changed files with 6 additions and 2 deletions
8
rc.lua
8
rc.lua
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue