+qalc; add a shortcut for it

This commit is contained in:
2025-05-08 06:35:01 +00:00
parent 8a73e90f3a
commit 1a67311469
2 changed files with 5 additions and 1 deletions

View File

@@ -387,6 +387,9 @@ globalkeys = gears.table.join(
-- My customizations
awful.key({ modkey }, "x", function()
awful.spawn.with_shell("loginctl lock-session")
end),
awful.key({ modkey }, "q", function()
awful.spawn.with_shell("qalculate-qt")
end)
)