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 \