mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58: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,
|
||||
keys = config.keys.client,
|
||||
buttons = config.mouse.client }},
|
||||
-- i3lock
|
||||
{ rule = { name = "i3lock" },
|
||||
properties = { ontop = true } },
|
||||
-- Browser stuff
|
||||
{ rule = { role = "browser" },
|
||||
callback = function(c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue