mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 10:18:34 +02:00
rules: remove faulty Skype rule
This commit is contained in:
parent
dd4449ef63
commit
56912f9900
1 changed files with 0 additions and 4 deletions
|
@ -39,10 +39,6 @@ awful.rules.rules = {
|
|||
properties = { }, callback = awful.client.setslave },
|
||||
{ rule = { class = "Pidgin", role = "buddy_list" },
|
||||
properties = { }, callback = awful.client.setmaster },
|
||||
-- Skype
|
||||
{ rule = { class = "Skipe" },
|
||||
except = { role = nil }, -- should be the master
|
||||
properties = { }, callback = awful.client.setslave },
|
||||
-- Shadow
|
||||
{ rule = { class = "Shadow" },
|
||||
properties = { fullscreen = true }},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue