From 91ebf1e5aaa44099f86a47adef269840f692cb77 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Fri, 14 Jul 2023 19:01:00 -0400 Subject: [PATCH] Switch to yambar on laptop --- dot_config/river/executable_init.tmpl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dot_config/river/executable_init.tmpl b/dot_config/river/executable_init.tmpl index 35f7c4a..d611e78 100644 --- a/dot_config/river/executable_init.tmpl +++ b/dot_config/river/executable_init.tmpl @@ -56,8 +56,8 @@ riverctl map normal Super Grave send-to-output previous riverctl map normal Super+Shift Return zoom # Increase/decrease the main ratio of rivertile(1) -riverctl map normal Super F send-layout-cmd rivertile "main-ratio -0.05" -riverctl map normal Super B send-layout-cmd rivertile "main-ratio +0.05" +riverctl map normal Super B send-layout-cmd rivertile "main-ratio -0.05" +riverctl map normal Super F send-layout-cmd rivertile "main-ratio +0.05" # Increment/decrement the main count of rivertile(1) riverctl map normal Super+Alt F send-layout-cmd rivertile "main-count +1" @@ -212,7 +212,7 @@ riverctl map-switch normal lid close 'waylock-launcher' # Default layout generator - rivertile(1) riverctl default-layout rivertile -rivertile -view-padding 4 -outer-padding 4 -main-ratio .55 -main-location right & +rivertile -view-padding 4 -outer-padding 4 -main-ratio .55 & # Autostart dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river & @@ -224,14 +224,15 @@ gnome-keyring-daemon --start --components=ssh & kanshi & pipewire-launcher & swayidle-launcher & -waybar-launcher & dunst & gammastep -r & -river-tag-overlay & {{- if eq .chezmoi.hostname "hydrus" }} -swaybg -m fill -i ${HOME}/Pictures/Wallpapers/dark-forest-path.jpg & +waybar-launcher & +river-tag-overlay & +blueman-applet & +swaybg -m fill -i "${HOME}/Pictures/Wallpapers/dark-forest-path.jpg" & {{- else if eq .chezmoi.hostname "helix" }} +yambar-launcher & swaybg -m center -i "${HOME}/Pictures/Wallpapers/Mountain Retreat.jpg" & {{- end }} -blueman-applet & sleep 10 && nextcloud --background &