mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 20:40:15 +02:00
rules: start a list of windows that should be floating
Start with ImageMagick.
This commit is contained in:
parent
edfc26accf
commit
52090d90ea
1 changed files with 3 additions and 0 deletions
|
@ -33,4 +33,7 @@ awful.rules.rules = {
|
|||
except = { icon_name = "QuakeConsoleNeedsUniqueName" },
|
||||
properties = { },
|
||||
callback = awful.client.setslave },
|
||||
-- Floating windows
|
||||
{ rule_any = { class = { "Display.im6" } },
|
||||
properties = { floating = true }},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue