improvements relating to xfce4-terminal
This commit is contained in:
parent
cb19c7f7d3
commit
c2b4c5cc32
13
rc.lua
13
rc.lua
@ -63,7 +63,7 @@ for _, lvl in ipairs {"low", "normal", "critical"} do
|
|||||||
end
|
end
|
||||||
|
|
||||||
modkey = "Mod4"
|
modkey = "Mod4"
|
||||||
terminal = "kgx"
|
terminal = "xfce4-terminal"
|
||||||
launcher = "xfce4-appfinder"
|
launcher = "xfce4-appfinder"
|
||||||
|
|
||||||
-- {{{ Layout
|
-- {{{ Layout
|
||||||
@ -150,7 +150,16 @@ awful.rules.rules = {
|
|||||||
raise = true,
|
raise = true,
|
||||||
placement = awful.placement.no_overlap + awful.placement.no_offscreen
|
placement = awful.placement.no_overlap + awful.placement.no_offscreen
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
-- Make terminals and mpv fill the whole screen rather than leave small gaps.
|
||||||
|
{
|
||||||
|
rule_any = {
|
||||||
|
class = {"xfce4-terminal", "Xfce4-terminal", "mpv"},
|
||||||
|
},
|
||||||
|
properties = {
|
||||||
|
size_hints_honor = false
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user