X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=config%2Fawesome%2Frc.lua;h=9ecd62f12afd3300454f4ac97513ee50edee7711;hb=901f0486e49163e44626809ac42a18c6a1dd52bf;hp=2bcc47fbf4e1535dc337d834ff65a6c11cd2fae9;hpb=1b0bfb33e57baf684511418a513b2003c46ad26f;p=~madcoder%2Fdotfiles.git diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 2bcc47f..9ecd62f 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -340,7 +340,7 @@ for s = 1, screen.count() do }, } - if (s == 1) then + if s == 1 then table.insert(tab, widget{ type = 'systray' }) end for i = #mywidgets, 1, -1 do @@ -402,7 +402,7 @@ globalkeys = awful.util.table.join( end), -- Mod+Enter: Launch a new terminal - awful.key(k_m, "e", function() awful.util.spawn("chromium-browser") end), + awful.key(k_m, "e", function() awful.util.spawn("chromium") end), awful.key(k_m, "Return", function() awful.util.spawn(terminal) end), awful.key(k_ac, "r", awesome.restart), awful.key(k_m, "F12", function() awful.util.spawn(lock) end),