Update home.

master
josiah 4 years ago
parent dae6059760
commit 376c63aaf6

@ -271,9 +271,9 @@ globalkeys = gears.table.join(
{description = "show main menu", group = "awesome"}),
-- Layout manipulation
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end,
awful.key({ "Control","Mod1", "Shift", "Mod4" }, "j", function () awful.client.swap.byidx( 1) end,
{description = "swap with next client by index", group = "client"}),
awful.key({ modkey, "Shift" }, "k", function () awful.client.swap.byidx( -1) end,
awful.key({ "Control","Mod1", "Shift", "Mod4" }, "k", function () awful.client.swap.byidx( -1) end,
{description = "swap with previous client by index", group = "client"}),
awful.key({ modkey, "Control" }, "j", function () awful.screen.focus_relative( 1) end,
{description = "focus the next screen", group = "screen"}),

@ -96,6 +96,7 @@ in
signal-desktop
newsflash # same maker as feedreader, newer, less features, actively maintained.
zoom-us
teams # pretty much required for a ton of interviews, jesus.
jitsi-meet-electron
gnome3.evolution
# jlj de

Loading…
Cancel
Save