mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 13:14:20 +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"),
|
"Spawn a terminal"),
|
||||||
|
|
||||||
-- Screenshot
|
-- Screenshot
|
||||||
awful.key({}, "Print", screenshot, "Screenshot"),
|
awful.key({}, "Print", screenshot),
|
||||||
|
|
||||||
-- Restart awesome
|
-- Restart awesome
|
||||||
awful.key({ modkey, "Control" }, "r", awesome.restart, "Restart awesome"),
|
awful.key({ modkey, "Control" }, "r", awesome.restart),
|
||||||
|
|
||||||
-- Multimedia keys
|
-- Multimedia keys
|
||||||
awful.key({ }, "XF86MonBrightnessUp", brightness.increase),
|
awful.key({ }, "XF86MonBrightnessUp", brightness.increase),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue