feat: change super+g keybind functionality on awesome wm to open a guix repl
parent
6f6c8f3e99
commit
9201d1c71a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue