mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 04:04:20 +02:00
start: start apps only when awesome is ready
This commit is contained in:
parent
f98ec2017f
commit
1367a9bad1
2 changed files with 30 additions and 7 deletions
|
@ -10,20 +10,17 @@ awful.rules.rules = {
|
|||
buttons = config.mouse.client }},
|
||||
-- Emacs
|
||||
{ rule = { class = "Emacs" },
|
||||
properties = { tag = config.tags.emacs,
|
||||
switchtotag = true }},
|
||||
properties = { tag = config.tags.emacs }},
|
||||
-- Browser stuff
|
||||
{ rule_any = { name = { "Iceweasel", "Firefox", "Chromium" } },
|
||||
properties = { tag = config.tags.www,
|
||||
switchtotag = true }},
|
||||
properties = { tag = config.tags.www }},
|
||||
{ rule = { instance = "plugin-container" },
|
||||
properties = { floating = true }}, -- Flash with Firefox
|
||||
{ rule = { instance = "exe", class="Exe", instance="exe" },
|
||||
properties = { floating = true }}, -- Flash with Chromium
|
||||
-- Pidgin
|
||||
{ rule = { class = "Pidgin" },
|
||||
properties = { tag = config.tags.im,
|
||||
switchtotag = true }},
|
||||
properties = { tag = config.tags.im }},
|
||||
{ rule = { class = "Pidgin" },
|
||||
except = { role = "buddy_list" }, -- buddy_list is the master
|
||||
properties = { }, callback = awful.client.setslave },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue