mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +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,
|
maximized_horizontal = false,
|
||||||
keys = config.keys.client,
|
keys = config.keys.client,
|
||||||
buttons = config.mouse.client }},
|
buttons = config.mouse.client }},
|
||||||
|
-- Emacs
|
||||||
{ rule = { class = "Emacs" },
|
{ rule = { class = "Emacs" },
|
||||||
properties = { tag = config.tags.emacs }},
|
properties = { tag = config.tags.emacs }},
|
||||||
|
-- Browser stuff
|
||||||
{ rule = { name = "Iceweasel" },
|
{ rule = { name = "Iceweasel" },
|
||||||
properties = { tag = config.tags.www }},
|
properties = { tag = config.tags.www }},
|
||||||
{ rule = { name = "Firefox" },
|
{ rule = { name = "Firefox" },
|
||||||
|
@ -17,7 +19,10 @@ awful.rules.rules = {
|
||||||
{ rule = { name = "Chromium" },
|
{ rule = { name = "Chromium" },
|
||||||
properties = { tag = config.tags.www }},
|
properties = { tag = config.tags.www }},
|
||||||
{ rule = { instance = "plugin-container" },
|
{ 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" },
|
{ rule = { class = "Pidgin" },
|
||||||
properties = { tag = config.tags.im }},
|
properties = { tag = config.tags.im }},
|
||||||
{ rule = { class = "URxvt" },
|
{ rule = { class = "URxvt" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue