mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 11:18:33 +02:00
rules: ensure i3lock stays on top
This commit is contained in:
parent
faabca55e2
commit
1585d610b7
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ 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 }},
|
||||||
|
-- i3lock
|
||||||
|
{ rule = { name = "i3lock" },
|
||||||
|
properties = { ontop = true } },
|
||||||
-- Browser stuff
|
-- Browser stuff
|
||||||
{ rule = { role = "browser" },
|
{ rule = { role = "browser" },
|
||||||
callback = function(c)
|
callback = function(c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue