From e15084ac34e3040116f38870d613a13cebf3ca40 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:25:33 -0400 Subject: [PATCH] add thunderbird --- configs/river/init | 1 + scripts/install_arch | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/river/init b/configs/river/init index f8f7e16..59d91dc 100755 --- a/configs/river/init +++ b/configs/river/init @@ -9,6 +9,7 @@ mako & riverctl map normal Super Return spawn "alacritty" riverctl map normal Super W spawn "firefox-developer-edition" riverctl map normal Super+Shift W spawn "chromium" +riverctl map normal Super E spawn "thunderbird" riverctl map normal Super R spawn "fuzzel" riverctl map normal Super C spawn "caprine --enable-features=UseOzonePlatform --ozone-platform=wayland" riverctl map normal Super+Shift C spawn "telegram-desktop" diff --git a/scripts/install_arch b/scripts/install_arch index e3840ec..564fbfa 100755 --- a/scripts/install_arch +++ b/scripts/install_arch @@ -34,6 +34,7 @@ alacritty \ waybar \ swaybg \ firefox-developer-edition \ +thunderbird \ chromium \ caprine \ fuzzel \