mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +02:00
terminal: use an icon for terminal
`vbeterm` doesn't come with an icon.
This commit is contained in:
parent
1d38a56327
commit
4747223625
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ awful.rules.rules = {
|
|||
end
|
||||
end
|
||||
end },
|
||||
{ rule = { class = config.termclass },
|
||||
properties = { icon = image(icons.lookup({ name = "gnome-terminal",
|
||||
type = "apps" })) } },
|
||||
{ rule_any = { class = { "Iceweasel", "Firefox", "Chromium", "Conkeror", "Google-chrome" } },
|
||||
callback = function(c)
|
||||
-- All windows should be slaves, except the browser windows.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue