jupiter update
This commit is contained in:
parent
b45383c9a1
commit
63f827f39d
3 changed files with 10 additions and 3 deletions
|
|
@ -331,7 +331,9 @@ globalkeys = gears.table.join(
|
|||
{ description="edit awesome configuration", group="awesome" }),
|
||||
awful.key({ modkey }, "z", function() awful.util.spawn(editor_cmd .. " " .. os.getenv("HOME") .. "/.zshrc") end,
|
||||
{ description="edit zsh configuration", group="awesome" }),
|
||||
awful.key({ modkey }, "y", function() awful.util.spawn("/usr/bin/nemo") end,
|
||||
awful.key({ modkey }, "a", function() awful.util.spawn("/usr/bin/nemo") end,
|
||||
{ description="start nemo", group="awesome"}),
|
||||
awful.key({ modkey }, "y", function() awful.util.spawn("/usr/bin/thunar") end,
|
||||
{ description="start thunar", group="awesome"}),
|
||||
awful.key({ modkey, }, "u", function() awful.util.spawn("/usr/bin/xdotool click 2") end),
|
||||
--awful.key({ modkey, altkey }, "space", function() awful.util.spawn("/usr/bin/xdotool click 2") end),
|
||||
|
|
@ -359,7 +361,7 @@ globalkeys = gears.table.join(
|
|||
{ description = "focus next by index", group = "client"}),
|
||||
awful.key({ modkey, }, "k", function () awful.client.focus.byidx(-1) end,
|
||||
{ description = "focus previous by index", group = "client"}),
|
||||
awful.key({ modkey, }, "w", function () mymainmenu:show() end,
|
||||
awful.key({ modkey, }, "w", function () mainmenu:show() end,
|
||||
{ description = "show main menu", group = "awesome"}),
|
||||
|
||||
-- Layout manipulation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue