Menu update.

This commit is contained in:
Johannes Findeisen 2025-08-04 23:44:58 +02:00
commit 02c55ae1b2
2 changed files with 3 additions and 0 deletions

View file

@ -342,6 +342,8 @@ globalkeys = gears.table.join(
--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 as root", group="awesome"}),
awful.key({ modkey }, "<", 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),