switched back to xautolock; screensaver sucks
This commit is contained in:
parent
8b91daa5b9
commit
d615882229
1 changed files with 4 additions and 4 deletions
|
|
@ -295,11 +295,11 @@ globalkeys = gears.table.join(
|
|||
end),
|
||||
|
||||
-- Disable xautolock (win+alt#y)
|
||||
--awful.key({ modkey, "Mod1" }, "y", function() awful.util.spawn("/usr/bin/killall xautolock") end),
|
||||
awful.key({ modkey, "Mod1" }, "y", function() awful.util.spawn("/usr/bin/xscreensaver-command -exit") end),
|
||||
awful.key({ modkey, "Mod1" }, "y", function() awful.util.spawn("/usr/bin/killall xautolock") end),
|
||||
--awful.key({ modkey, "Mod1" }, "y", function() awful.util.spawn("/usr/bin/xscreensaver-command -exit") end),
|
||||
-- Enable xautolock (win+alt#x)
|
||||
--awful.key({ modkey, "Mod1" }, "x", function() awful.util.spawn("/usr/bin/xautolock -locker slock -time 5") end),
|
||||
awful.key({ modkey, "Mod1" }, "x", function() awful.util.spawn("/usr/bin/xscreensaver") end),
|
||||
awful.key({ modkey, "Mod1" }, "x", function() awful.util.spawn("/usr/bin/xautolock -locker slock -time 5") end),
|
||||
--awful.key({ modkey, "Mod1" }, "x", function() awful.util.spawn("/usr/bin/xscreensaver") end),
|
||||
|
||||
-- Some Application shortcuts
|
||||
awful.key({ modkey }, "e", function() awful.util.spawn("/usr/bin/emulationstation") end),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue