From 0f97974f58674b5f0604539a1fec456e66b2657e Mon Sep 17 00:00:00 2001 From: anemofilia Date: Wed, 9 Aug 2023 13:19:53 -0300 Subject: [PATCH] chore: hello anna --- files/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/awesome/rc.lua b/files/awesome/rc.lua index f28ccec..7e787c2 100644 --- a/files/awesome/rc.lua +++ b/files/awesome/rc.lua @@ -550,7 +550,7 @@ awful.keyboard.append_global_keybindings({ os.execute("xkill") end, {description = "launch xkill", group = "launcher"}), awful.key({"Mod4" }, "z", function () - os.execute("/home/radio/.local/bin/zlib") end, + 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,