mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-07 08:44:22 +02:00
xss-lock: use xscreensaver barcode
This commit is contained in:
parent
a4c82b5b90
commit
84a6752c11
3 changed files with 5 additions and 12 deletions
|
@ -13,6 +13,9 @@ awful.rules.rules = {
|
|||
-- i3lock
|
||||
{ rule = { name = "i3lock" },
|
||||
properties = { ontop = true } },
|
||||
-- Apple2
|
||||
{ rule = { class = "Barcode" },
|
||||
properties = { fullscreen = true, ontop = true, floating = true, sticky = true, opacity = 0.8 } },
|
||||
-- Browser stuff
|
||||
{ rule = { role = "browser" },
|
||||
callback = function(c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue