style: remove hardcoded ocurrences of terminal in awesome rc.lua

keyring
anemofilia 2023-08-09 11:23:50 -03:00
parent 1ced345cef
commit 76b665aa88
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ awful.keyboard.append_global_keybindings({
os.execute("/home/radio/.local/bin/zlib") end, os.execute("/home/radio/.local/bin/zlib") 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("st -e lf /home/radio/projects/guile/radix") end, awful.spawn(terminal.." -e lf /home/radio/projects/guile/radix") 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,