xss-lock: use a simpler process to dim display

Just set a low brightness.
This commit is contained in:
Vincent Bernat 2020-01-24 23:02:07 +01:00
parent 9910ae4c11
commit 80cd6d2c26
3 changed files with 13 additions and 5 deletions

View file

@ -13,9 +13,6 @@ awful.rules.rules = {
-- i3lock
{ rule = { name = "i3lock" },
properties = { ontop = true } },
-- Apple2
{ rule = { class = "BSOD" },
properties = { fullscreen = true, ontop = true, floating = true, sticky = true } },
-- Browser stuff
{ rule = { role = "browser" },
callback = function(c)