From 61de1a5f07f91c1fe498226befe1a883053d60f6 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sun, 18 Jun 2023 20:41:27 -0400 Subject: [PATCH] more readable --- configs/river/init | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/configs/river/init b/configs/river/init index 1481344..f8f7e16 100755 --- a/configs/river/init +++ b/configs/river/init @@ -1,19 +1,21 @@ #!/bin/sh +# startup waybar & swaybg -i ~/.cache/wal/bg & mako & -riverctl map normal Super Return spawn alacritty -riverctl map normal Super W spawn firefox-developer-edition -riverctl map normal Super+Shift W spawn google-chrome-beta -riverctl map normal Super R spawn fuzzel +# 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 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+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 G spawn "gimp" +riverctl map normal Super+Shift G spawn "steam-native" +riverctl map normal Super M spawn "spotify-launcher" # Super+Q to close the focused view riverctl map normal Super Q close