Update 4_graphic_interface.md

This commit is contained in:
Edouard DUPIN 2017-01-09 10:08:00 +01:00 committed by GitHub
parent 37ef08ad35
commit 8e50edeeff

View File

@ -93,7 +93,9 @@ mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.a
Add a shortcut to lock screen
```
-- {{{ Key bindings
globalkeys = awful.util.table.join(
awful.key({ modkey, }, "z", function () awful.util.spawn("xlock") end), -- this to add
```