mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-21 11:24:28 +02:00
xss-lock switch to BSOD
This commit is contained in:
parent
84a6752c11
commit
9910ae4c11
3 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ case "$1" in
|
|||
echo "notify: start"
|
||||
trap 'echo notify: user activity; kill %% 2> /dev/null; exit 0' HUP # user activity
|
||||
trap 'echo notify: locker started; kill %% 2> /dev/null; exit 0' TERM # locker started
|
||||
/usr/lib/xscreensaver/barcode -clock24 &
|
||||
/usr/lib/xscreensaver/bsod &
|
||||
wait
|
||||
echo "notify: end"
|
||||
;;
|
||||
|
|
|
@ -14,8 +14,8 @@ awful.rules.rules = {
|
|||
{ rule = { name = "i3lock" },
|
||||
properties = { ontop = true } },
|
||||
-- Apple2
|
||||
{ rule = { class = "Barcode" },
|
||||
properties = { fullscreen = true, ontop = true, floating = true, sticky = true, opacity = 0.8 } },
|
||||
{ rule = { class = "BSOD" },
|
||||
properties = { fullscreen = true, ontop = true, floating = true, sticky = true } },
|
||||
-- Browser stuff
|
||||
{ rule = { role = "browser" },
|
||||
callback = function(c)
|
||||
|
|
|
@ -64,7 +64,7 @@ shifty.config.apps = {
|
|||
intrusive = true, -- Display even on exclusive tags
|
||||
},
|
||||
{
|
||||
match = { class = { "Key[-]mon", "Barcode" },
|
||||
match = { class = { "Key[-]mon", "BSOD" },
|
||||
role = { "pop[-]up" },
|
||||
name = { "Firebug" },
|
||||
instance = { "plugin[-]container", "exe" } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue