diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index 73b8c6b..b7c47d0 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -232,7 +232,8 @@ in ghostscript libva-utils # intel video tests pavucontrol - qalculate-qt + libqalculate # qalc + qalculate-qt # qalculate google-chrome wirelesstools poppler_utils diff --git a/modules/profiles/desktop/rc.lua b/modules/profiles/desktop/rc.lua index 37b111f..c15b591 100644 --- a/modules/profiles/desktop/rc.lua +++ b/modules/profiles/desktop/rc.lua @@ -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) )