autostart and menu update
This commit is contained in:
parent
ae6b18aef0
commit
2bd952eb93
2 changed files with 23 additions and 15 deletions
|
|
@ -330,7 +330,7 @@ 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/thunar") end,
|
||||
awful.key({ modkey }, "y", function() awful.util.spawn("/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