mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-07 16:54:21 +02:00
rules: add Conkeror to the list of browsers
This commit is contained in:
parent
0c8314990d
commit
3fa7bfd185
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ awful.rules.rules = {
|
|||
{ rule = { class = "Emacs" },
|
||||
properties = { tag = config.tags.emacs }},
|
||||
-- Browser stuff
|
||||
{ rule_any = { class = { "Iceweasel", "Firefox", "Chromium" } },
|
||||
{ rule_any = { class = { "Iceweasel", "Firefox", "Chromium", "Conkeror" } },
|
||||
properties = { tag = config.tags.www },
|
||||
callback = function(c)
|
||||
-- All windows should be slaves, except the browser windows.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue