Updated rc.lua.
This commit is contained in:
parent
5a01649914
commit
0920b0bb3f
1 changed files with 5 additions and 2 deletions
|
|
@ -343,12 +343,15 @@ 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 }, "a", function() awful.util.spawn("/usr/bin/nemo") end,
|
||||
-- { description="start nemo", group="awesome"}),
|
||||
awful.key({ modkey }, "y", function() awful.util.spawn("/usr/bin/nemo") end,
|
||||
|
||||
awful.key({ modkey }, "y", function() awful.util.spawn("/usr/bin/thunar") end,
|
||||
{ description="start thunar as root", group="awesome"}),
|
||||
awful.key({ modkey, "Shift" }, "y", function() awful.util.spawn("/usr/bin/gksudo /usr/bin/nemo") end,
|
||||
awful.key({ modkey, "Shift" }, "y", function() awful.util.spawn("/usr/bin/gksudo /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),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue