+qalc; add a shortcut for it
This commit is contained in:
@@ -232,7 +232,8 @@ in
|
||||
ghostscript
|
||||
libva-utils # intel video tests
|
||||
pavucontrol
|
||||
qalculate-qt
|
||||
libqalculate # qalc
|
||||
qalculate-qt # qalculate
|
||||
google-chrome
|
||||
wirelesstools
|
||||
poppler_utils
|
||||
|
||||
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user