From ec4a269a7357d541452004f3788ccdaff86094b6 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 3 Dec 2018 09:14:06 +0100 Subject: [PATCH] Browser --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 3fb43a5..915ede9 100644 --- a/rc.lua +++ b/rc.lua @@ -497,7 +497,7 @@ globalkeys = awful.util.table.join( end, {description="Disable the second screen", group="screen control"}), awful.key({modkey}, "z", function() - awful.spawn.easy_async(options.brower .. " https://hangouts.google.com https://messenger.com https://web.telegram.org https://gitter.im https://vortex-n7.slack.com/ https://nextcloud.tforgione.fr/apps/calendar", function() end) + awful.spawn.easy_async(options.browser .. " https://hangouts.google.com https://messenger.com https://web.telegram.org https://gitter.im https://vortex-n7.slack.com/ https://nextcloud.tforgione.fr/apps/calendar", function() end) naughty.notify({title = "Starting social media"}) end, {description="Open social media", group="shortcuts"}),