changed mod+l hotkey to use slock instead of my custom python script
This commit is contained in:
parent
f25e579fed
commit
87a0c319b7
|
@ -429,7 +429,8 @@ globalkeys = awful.util.table.join(
|
|||
awful.key({ altkey }, "p", function() os.execute("screenshot") end),
|
||||
|
||||
-- Lock Screen
|
||||
awful.key({ modkey }, "l", function() awful.util.spawn("python3 /home/sqozz/programming/python3/BackgroundChanger/bgchanger.py") end),
|
||||
-- awful.key({ modkey }, "l", function() awful.util.spawn("python3 /home/sqozz/programming/python3/BackgroundChanger/bgchanger.py") end),
|
||||
awful.key({ modkey }, "l", function() awful.util.spawn("slock") end),
|
||||
|
||||
-- Tag browsing
|
||||
awful.key({ modkey }, "Left", awful.tag.viewprev ),
|
||||
|
|
Loading…
Reference in a new issue