Some update.
This commit is contained in:
parent
3792eeca3e
commit
b1f7cff5ae
2 changed files with 3 additions and 2 deletions
|
|
@ -345,9 +345,9 @@ globalkeys = gears.table.join(
|
|||
{ 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/thunar") end,
|
||||
awful.key({ modkey }, "y", function() awful.util.spawn("/usr/bin/nemo") end,
|
||||
{ description="start thunar as root", group="awesome"}),
|
||||
awful.key({ modkey }, "<", function() awful.util.spawn("/usr/bin/gksudo /usr/bin/thunar") end,
|
||||
awful.key({ modkey, "Shift" }, "y", function() awful.util.spawn("/usr/bin/gksudo /usr/bin/nemo") 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