mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-18 00:18:19 +02:00
xss-lock: use a simpler process to dim display
Just set a low brightness.
This commit is contained in:
parent
9910ae4c11
commit
80cd6d2c26
3 changed files with 13 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue