X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/75745f24ce9e5adfcd1173d1b7f3b95256f96c8c..21f334d6447efa413fb5aa328153c89e145c8817:/.config/awesome/rc.lua diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index c34be92..209d915 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -337,8 +337,6 @@ awful.screen.connect_for_each_screen(function(s) wibox.widget.systray(), btc_widget, spacer, - eth_widget, - spacer, lain_bat.widget, spacer, mytextclock, @@ -545,7 +543,7 @@ clientbuttons = awful.util.table.join( -- misc apps globalkeys = awful.util.table.join(globalkeys, awful.key({ cmdkey }, "n", function () awful.spawn("firefox") end), -awful.key({ cmdkey }, "m", function () awful.spawn("chromium") end), +awful.key({ cmdkey }, "m", function () awful.spawn("chromium --enable-remote-extensions") end), awful.key({ cmdkey }, "y", function () awful.spawn(terminal .. " -e python") end), awful.key({ cmdkey }, "c", function () awful.spawn("thunderbird") end), awful.key({ cmdkey }, "r", function () mypromptbox[mouse.screen]:run() end),