Menu and config update.
This commit is contained in:
parent
8681eab798
commit
85b9c6be58
2 changed files with 4 additions and 0 deletions
|
|
@ -276,6 +276,8 @@ globalkeys = gears.table.join(
|
|||
{ description="zoha", group="awesome" }),
|
||||
awful.key({ modkey, }, "e", function() awful.util.spawn("/usr/bin/claws-mail") end,
|
||||
{ description="claws-mail", group="awesome" }),
|
||||
awful.key({ modkey, }, "m", function() awful.util.spawn("/usr/bin/xfce4-terminal") end,
|
||||
{ description="xfce4-terminal", group="awesome" }),
|
||||
|
||||
-- Set backlight
|
||||
-- awful.key({ modkey, }, "1", function() awful.util.spawn("/usr/bin/xbacklight -set 10") end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue