mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 05:04:21 +02:00
bindings: remove some binding descriptions to save space
This commit is contained in:
parent
67fec3c149
commit
8ef6690f60
1 changed files with 2 additions and 2 deletions
|
@ -154,10 +154,10 @@ config.keys.global = awful.util.table.join(
|
|||
"Spawn a terminal"),
|
||||
|
||||
-- Screenshot
|
||||
awful.key({}, "Print", screenshot, "Screenshot"),
|
||||
awful.key({}, "Print", screenshot),
|
||||
|
||||
-- Restart awesome
|
||||
awful.key({ modkey, "Control" }, "r", awesome.restart, "Restart awesome"),
|
||||
awful.key({ modkey, "Control" }, "r", awesome.restart),
|
||||
|
||||
-- Multimedia keys
|
||||
awful.key({ }, "XF86MonBrightnessUp", brightness.increase),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue