mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
rules: pidgin dialog boxes can be on any screen
This commit is contained in:
parent
ad9f9852b3
commit
57a6917b5b
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ awful.rules.rules = {
|
||||||
properties = { floating = true }}, -- Flash with Chromium
|
properties = { floating = true }}, -- Flash with Chromium
|
||||||
-- Pidgin
|
-- Pidgin
|
||||||
{ rule = { class = "Pidgin" },
|
{ rule = { class = "Pidgin" },
|
||||||
|
except = { type = "dialog" },
|
||||||
properties = { tag = config.tags.im }},
|
properties = { tag = config.tags.im }},
|
||||||
{ rule = { class = "Pidgin" },
|
{ rule = { class = "Pidgin" },
|
||||||
except = { role = "buddy_list" }, -- buddy_list is the master
|
except = { role = "buddy_list" }, -- buddy_list is the master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue