From 55ebbb6a789b24edce8f371b81e14726381bf034 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Sat, 15 Oct 2016 10:54:29 +0200 Subject: [PATCH] Changed browser to firefox --- awesome/rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 59d8d1b..270e5ac 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -374,10 +374,10 @@ globalkeys = awful.util.table.join( end), -- Chromium - awful.key({ }, "XF86HomePage", function () os.execute('chromium&') end), - awful.key({ modkey}, "a", function () os.execute('chromium&') + awful.key({ }, "XF86HomePage", function () os.execute('firefox&') end), + awful.key({ modkey}, "a", function () os.execute('firefox&') naughty.notify({ - title = "Chromium starting...", + title = "Firefox starting...", text = awesome.startup_errors }) end), awful.key({modkey, "Shift"}, "Tab", function() os.execute('xdotool key Caps_Lock') end)