+qalc; add a shortcut for it
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user