mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +02:00
rules: fullscreen with flash on Chromium
This commit is contained in:
parent
45d2260bf7
commit
55b8659fd9
1 changed files with 6 additions and 1 deletions
|
@ -8,8 +8,10 @@ awful.rules.rules = {
|
|||
maximized_horizontal = false,
|
||||
keys = config.keys.client,
|
||||
buttons = config.mouse.client }},
|
||||
-- Emacs
|
||||
{ rule = { class = "Emacs" },
|
||||
properties = { tag = config.tags.emacs }},
|
||||
-- Browser stuff
|
||||
{ rule = { name = "Iceweasel" },
|
||||
properties = { tag = config.tags.www }},
|
||||
{ rule = { name = "Firefox" },
|
||||
|
@ -17,7 +19,10 @@ awful.rules.rules = {
|
|||
{ rule = { name = "Chromium" },
|
||||
properties = { tag = config.tags.www }},
|
||||
{ rule = { instance = "plugin-container" },
|
||||
properties = { floating = true }},
|
||||
properties = { floating = true }}, -- Flash with Firefox
|
||||
{ rule = { instance = "exe", class="Exe", instance="exe" },
|
||||
properties = { floating = true }}, -- Flash with Chromium
|
||||
-- Other stuff
|
||||
{ rule = { class = "Pidgin" },
|
||||
properties = { tag = config.tags.im }},
|
||||
{ rule = { class = "URxvt" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue