+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

@@ -232,7 +232,8 @@ in
ghostscript ghostscript
libva-utils # intel video tests libva-utils # intel video tests
pavucontrol pavucontrol
qalculate-qt libqalculate # qalc
qalculate-qt # qalculate
google-chrome google-chrome
wirelesstools wirelesstools
poppler_utils poppler_utils

View File

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