feat: change super+g keybind functionality on awesome wm to open a guix repl

pull/1/head
anemofilia 2023-09-16 03:20:24 -03:00
parent 6f6c8f3e99
commit 9201d1c71a
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ awful.keyboard.append_global_keybindings({
os.execute("anna") end, os.execute("anna") end,
{description = "loot some ships", group = "launcher"}), {description = "loot some ships", group = "launcher"}),
awful.key({"Mod4" }, "g", function () awful.key({"Mod4" }, "g", function ()
awful.spawn(terminal.." -e lf /home/radio/projects/guile/radix") end, awful.spawn(terminal.." -e guix repl") end,
{description = "run link handler", group = "launcher"}), {description = "run link handler", group = "launcher"}),
awful.key({ modkey, }, "Return", function () awful.key({ modkey, }, "Return", function ()
awful.spawn(terminal) end, awful.spawn(terminal) end,