summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-09-21 15:49:49 +0200
committerache <ache@ache.one>2021-09-21 15:49:49 +0200
commitdee60f86e0124febf3a229a2154b49fdf554e898 (patch)
tree52e638f27ee4e88c89c88e9dcc78b3abe217c702
parentForce screen activation (diff)
Clean code
-rw-r--r--rc.lua9
1 files changed, 5 insertions, 4 deletions
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)
)