Changed browser to firefox
This commit is contained in:
parent
4699f4d592
commit
55ebbb6a78
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue