mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
rules: only make Shadow Renderer fullscreen
This commit is contained in:
parent
d79fb5bc93
commit
02e3466f5b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ awful.rules.rules = {
|
|||
except = { role = nil }, -- should be the master
|
||||
properties = { }, callback = awful.client.setslave },
|
||||
-- Shadow
|
||||
{ rule = { name = "Shadow", class = "Shadow" },
|
||||
{ rule = { class = "Shadow" },
|
||||
properties = { fullscreen = true }},
|
||||
-- Should not be master
|
||||
{ rule_any = { class =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue