style: remove hardcoded ocurrences of terminal in awesome rc.lua
parent
1ced345cef
commit
76b665aa88
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue