From dee60f86e0124febf3a229a2154b49fdf554e898 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 21 Sep 2021 15:49:49 +0200 Subject: Clean code --- rc.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index 0109fb1..4776dd7 100644 --- a/rc.lua +++ b/rc.lua @@ -439,9 +439,10 @@ function act() title = "T'as un email", text = string.gsub(res, "\n", "") .. " new mails !" }) end - end) + end + ) - end +end act() @@ -732,7 +733,7 @@ awful.key({ modkey, "Shift" }, "s", hotkeys_popup.show_help, {descriptio {description = "Switch wallpaper", group = "awesome"}), awful.key({ modkey, "Control" }, "w", function () act() end, {description = "Actualise Wibox", group = "awesome"}), - awful.key({ modkey, "Shift" }, "w", function () awful.util.spawn("passmenu --type -matching fuzzy") end, + awful.key({ modkey, "Shift" }, "w", function () awful.util.spawn("passmenu --type -matching fuzzy -theme gruvbox-dark-hard") end, {description = "🔑 Passwd promt", group = "awesome"}), awful.key({ modkey, "Mod1" }, "w", function () awful.util.spawn("passmenu --type") end, {description = "🔑 Passwd promt alt", group = "awesome"}), @@ -849,7 +850,7 @@ awful.key({ modkey, "Shift" }, "s", hotkeys_popup.show_help, {descriptio -- the client, if needed client.focus = c c:raise() - end + end end) ) -- cgit v1.2.3