menu update, awesome keyboard shortcuts and zsh stuff
This commit is contained in:
parent
4c40ce8b8c
commit
1f4fec9538
3 changed files with 9 additions and 38 deletions
|
|
@ -383,6 +383,8 @@ globalkeys = gears.table.join(
|
|||
-- Standard program
|
||||
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
|
||||
{ description = "open a terminal", group = "launcher"}),
|
||||
awful.key({ modkey, "Control" }, "Return", function () awful.util.spawn("/usr/bin/xfce4-terminal") end,
|
||||
{ description = "open a terminal", group = "launcher"}),
|
||||
awful.key({ modkey, "Control" }, "r", awesome.restart,
|
||||
{ description = "reload awesome", group = "awesome"}),
|
||||
awful.key({ modkey, "Shift" }, "q", awesome.quit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue