mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 11:18:33 +02:00
rules: don't let zoom "dialogs" get focus by default
I don't think they should be focusable at all.
This commit is contained in:
parent
afd153c3e3
commit
8ff879dbf5
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ awful.rules.rules = {
|
||||||
-- Shadow
|
-- Shadow
|
||||||
{ rule = { class = "Shadow" },
|
{ rule = { class = "Shadow" },
|
||||||
properties = { fullscreen = true }},
|
properties = { fullscreen = true }},
|
||||||
|
-- Zoom dialogs should not have focus
|
||||||
|
{ rule = { class = "zoom", type = "dialog" },
|
||||||
|
properties = { focus = false }},
|
||||||
-- Should not be master
|
-- Should not be master
|
||||||
{ rule_any = { class =
|
{ rule_any = { class =
|
||||||
{ config.termclass,
|
{ config.termclass,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue