awesome: Add keybinding for i3lock
This commit is contained in:
parent
a89de59d03
commit
3eb70ea085
1 changed files with 3 additions and 1 deletions
|
@ -249,7 +249,9 @@ globalkeys = awful.util.table.join(
|
||||||
|
|
||||||
ror_combo({ modkey }, "e", 'emacsclient -ca emacs', 'Emacs'),
|
ror_combo({ modkey }, "e", 'emacsclient -ca emacs', 'Emacs'),
|
||||||
ror_combo({ modkey }, "c", 'urxvt', 'URxvt'),
|
ror_combo({ modkey }, "c", 'urxvt', 'URxvt'),
|
||||||
ror_combo({ modkey }, "w", 'conkeror', 'Conkeror'))
|
ror_combo({ modkey }, "w", 'conkeror', 'Conkeror'),
|
||||||
|
awful.key({ "Control", "Mod1" }, "l",
|
||||||
|
function () awful.util.spawn('i3lock -c 000000') end))
|
||||||
|
|
||||||
clientkeys = awful.util.table.join(
|
clientkeys = awful.util.table.join(
|
||||||
awful.key({ modkey, }, "f",
|
awful.key({ modkey, }, "f",
|
||||||
|
|
Loading…
Reference in a new issue