mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +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
|
||||
{ rule = { class = "Shadow" },
|
||||
properties = { fullscreen = true }},
|
||||
-- Zoom dialogs should not have focus
|
||||
{ rule = { class = "zoom", type = "dialog" },
|
||||
properties = { focus = false }},
|
||||
-- Should not be master
|
||||
{ rule_any = { class =
|
||||
{ config.termclass,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue