From 3b0dde2f4c314bd2ba121decc09af184a8996a54 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 15 Jun 2023 04:27:12 -0400 Subject: [PATCH] Comment out rule-add command (not implemented?) and update autostart --- dot_config/river/executable_init | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/dot_config/river/executable_init b/dot_config/river/executable_init index a448935..545b5e5 100644 --- a/dot_config/river/executable_init +++ b/dot_config/river/executable_init @@ -6,6 +6,9 @@ riverctl map normal Super Return spawn kitty # Start fuzzel riverctl map normal Super Space spawn fuzzel +# Logout +riverctl map normal Super End spawn "wleave -p layer-shell" + # Close the focused view riverctl map normal Super Q close @@ -136,18 +139,19 @@ riverctl border-width 1 # Keyboard repeat rate riverctl set-repeat 50 300 +### "rule-add" not implemented yet??? # Make all views with an app-id that starts with "float" and title "foo" start floating. -riverctl rule-add float -app-id 'Bitwarden' -riverctl rule-add float -app-id 'Blueman-manager' -riverctl rule-add float -app-id 'Galculator' -title 'galculator' -riverctl rule-add float -app-id 'KeePassXC' -riverctl rule-add float -app-id 'Lutris' -riverctl rule-add float -app-id 'Mousepad' -riverctl rule-add float -app-id 'Steam' -riverctl rule-add float -app-id 'vlc' +# riverctl rule-add float -app-id 'Bitwarden' +# riverctl rule-add float -app-id 'Blueman-manager' +# riverctl rule-add float -app-id 'Galculator' -title 'galculator' +# riverctl rule-add float -app-id 'KeePassXC' +# riverctl rule-add float -app-id 'Lutris' +# riverctl rule-add float -app-id 'Mousepad' +# riverctl rule-add float -app-id 'Steam' +# riverctl rule-add float -app-id 'vlc' # Make all views with app-id "bar" and any title use client-side decorations -#riverctl rule-add csd -app-id "bar" +# riverctl rule-add csd -app-id "bar" # Default layoout generator - rivertile(1) riverctl default-layout rivertile @@ -159,13 +163,14 @@ rivertile -view-padding 6 -outer-padding 6 -main-ratio .5 & gnome-keyring-daemon --start --components=pkcs11 & gnome-keyring-daemon --start --components=secrets & gnome-keyring-daemon --start --components=ssh & +pipewire-launcher & kanshi & swayidle -w timeout 600 waylock -fork-on-lock -init-color 0x000000 & swaybg -m fill -i $HOME/Pictures/Wallpapers/dark-forest-path.jpg & -$HOME/.local/bin/pipewire-launcher & -waybar & dunst & gammastep -r & +waybar & +blueman-applet & evolution & mattermost-desktop & -nextcloud --background & +sleep 5 && nextcloud --background &