mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
rules: let fullscreen flash be fullscreen
This commit is contained in:
parent
bd4d90a46e
commit
cb8c35b40c
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ awful.rules.rules = {
|
|||
properties = { tag = config.tags.www }},
|
||||
{ rule = { name = "Chromium" },
|
||||
properties = { tag = config.tags.www }},
|
||||
{ rule = { instance = "plugin-container" },
|
||||
properties = { floating = true }},
|
||||
{ rule = { class = "Pidgin" },
|
||||
properties = { tag = config.tags.im }},
|
||||
{ rule = { class = "URxvt" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue