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
|
||||
|
||||
modkey = "Mod4"
|
||||
terminal = "kgx"
|
||||
terminal = "xfce4-terminal"
|
||||
launcher = "xfce4-appfinder"
|
||||
|
||||
-- {{{ Layout
|
||||
@ -150,7 +150,16 @@ awful.rules.rules = {
|
||||
raise = true,
|
||||
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