diff --git a/files/awesome/rc.lua b/files/awesome/rc.lua index 0eb36f5..113c963 100644 --- a/files/awesome/rc.lua +++ b/files/awesome/rc.lua @@ -484,7 +484,7 @@ awful.keyboard.append_global_keybindings({ os.execute("anna") end, {description = "loot some ships", group = "launcher"}), 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"}), awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,