mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 02:38:33 +02:00
rules: add an icon for Conkeror
This commit is contained in:
parent
70d549f7ae
commit
1662b2e280
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
local icons = loadrc("icons", "vbe/icons")
|
||||||
|
|
||||||
awful.rules.rules = {
|
awful.rules.rules = {
|
||||||
-- All clients will match this rule.
|
-- All clients will match this rule.
|
||||||
{ rule = { },
|
{ rule = { },
|
||||||
|
@ -22,6 +24,9 @@ awful.rules.rules = {
|
||||||
properties = { floating = true }}, -- Flash with Firefox
|
properties = { floating = true }}, -- Flash with Firefox
|
||||||
{ rule = { instance = "exe", class="Exe", instance="exe" },
|
{ rule = { instance = "exe", class="Exe", instance="exe" },
|
||||||
properties = { floating = true }}, -- Flash with Chromium
|
properties = { floating = true }}, -- Flash with Chromium
|
||||||
|
{ rule = { class = "Conkeror" },
|
||||||
|
properties = { icon = image(icons.lookup({ name = "web-browser",
|
||||||
|
type = "apps" })) }},
|
||||||
-- Pidgin
|
-- Pidgin
|
||||||
{ rule = { class = "Pidgin" },
|
{ rule = { class = "Pidgin" },
|
||||||
except = { type = "dialog" },
|
except = { type = "dialog" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue