autostart and menu update

This commit is contained in:
Johannes Findeisen 2022-05-30 08:59:06 +02:00
commit 2bd952eb93
2 changed files with 23 additions and 15 deletions

View file

@ -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),