numbat
This commit is contained in:
parent
178d65bd38
commit
0186246b1b
4
rc.lua
4
rc.lua
|
@ -596,8 +596,8 @@ globalkeys = awful.util.table.join(
|
||||||
end, {description = "starts blueberry", group = "shortcuts"}),
|
end, {description = "starts blueberry", group = "shortcuts"}),
|
||||||
|
|
||||||
awful.key({ modkey }, "c", function()
|
awful.key({ modkey }, "c", function()
|
||||||
awful.spawn.easy_async("alacritty -e insect", function(e) end)
|
awful.spawn.easy_async("alacritty -e numbat", function(e) end)
|
||||||
end, {description = "starts insect", group = "shortcuts"})
|
end, {description = "starts numbat", group = "shortcuts"})
|
||||||
)
|
)
|
||||||
|
|
||||||
clientkeys = awful.util.table.join(
|
clientkeys = awful.util.table.join(
|
||||||
|
|
Loading…
Reference in New Issue