From c1c7979222ed6336c2442baa597dd052b51412fc Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sun, 18 Jun 2023 23:42:36 -0400 Subject: [PATCH] make things more obvious --- configs/river/init | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/configs/river/init b/configs/river/init index 59d91dc..3c724f3 100755 --- a/configs/river/init +++ b/configs/river/init @@ -1,22 +1,34 @@ #!/bin/sh +TERMINAL="alacritty" +BROWSER1="firefox-developer-edition" +BROWSER2="chromium" +EMAIL="thunderbird" +RUN="fuzzel" +CHAT1="caprine --enable-features=UseOzonePlatform --ozone-platform=wayland" # with wayland hack +CHAT2="telegram-desktop" +DISCORD="discord --enable-features=UseOzonePlatform --ozone-platform=wayland" # with wayland hack +GAME1="steam-native" +GAME2="lutris" +MUSIC="spotify-launcher" + # startup waybar & swaybg -i ~/.cache/wal/bg & mako & # set keybinds -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" -riverctl map normal Super D spawn "discord --enable-features=UseOzonePlatform --ozone-platform=wayland" -riverctl map normal Super G spawn "gimp" -riverctl map normal Super+Shift G spawn "steam-native" -riverctl map normal Super M spawn "spotify-launcher" +riverctl map normal Super Return spawn "$TERMINAL" +riverctl map normal Super W spawn "$BROWSER1" +riverctl map normal Super+Shift W spawn "$BROWSER2" +riverctl map normal Super E spawn "$EMAIL" +riverctl map normal Super R spawn "$RUN" +riverctl map normal Super C spawn "$CHAT1" +riverctl map normal Super+Shift C spawn "$CHAT2" +riverctl map normal Super D spawn "$DISCORD" +riverctl map normal Super G spawn "$GAME1" +riverctl map normal Super+Shift G spawn "$GAME2" +riverctl map normal Super M spawn "$MUSIC" # Super+Q to close the focused view riverctl map normal Super Q close