Comment out rule-add command (not implemented?) and update autostart

This commit is contained in:
Andrew Scott 2023-06-15 04:27:12 -04:00
parent 528787c678
commit 3b0dde2f4c
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -6,6 +6,9 @@ riverctl map normal Super Return spawn kitty
# Start fuzzel # Start fuzzel
riverctl map normal Super Space spawn fuzzel riverctl map normal Super Space spawn fuzzel
# Logout
riverctl map normal Super End spawn "wleave -p layer-shell"
# Close the focused view # Close the focused view
riverctl map normal Super Q close riverctl map normal Super Q close
@ -136,15 +139,16 @@ riverctl border-width 1
# Keyboard repeat rate # Keyboard repeat rate
riverctl set-repeat 50 300 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. # 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 'Bitwarden'
riverctl rule-add float -app-id 'Blueman-manager' # riverctl rule-add float -app-id 'Blueman-manager'
riverctl rule-add float -app-id 'Galculator' -title 'galculator' # riverctl rule-add float -app-id 'Galculator' -title 'galculator'
riverctl rule-add float -app-id 'KeePassXC' # riverctl rule-add float -app-id 'KeePassXC'
riverctl rule-add float -app-id 'Lutris' # riverctl rule-add float -app-id 'Lutris'
riverctl rule-add float -app-id 'Mousepad' # riverctl rule-add float -app-id 'Mousepad'
riverctl rule-add float -app-id 'Steam' # riverctl rule-add float -app-id 'Steam'
riverctl rule-add float -app-id 'vlc' # riverctl rule-add float -app-id 'vlc'
# Make all views with app-id "bar" and any title use client-side decorations # 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"
@ -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=pkcs11 &
gnome-keyring-daemon --start --components=secrets & gnome-keyring-daemon --start --components=secrets &
gnome-keyring-daemon --start --components=ssh & gnome-keyring-daemon --start --components=ssh &
pipewire-launcher &
kanshi & kanshi &
swayidle -w timeout 600 waylock -fork-on-lock -init-color 0x000000 & swayidle -w timeout 600 waylock -fork-on-lock -init-color 0x000000 &
swaybg -m fill -i $HOME/Pictures/Wallpapers/dark-forest-path.jpg & swaybg -m fill -i $HOME/Pictures/Wallpapers/dark-forest-path.jpg &
$HOME/.local/bin/pipewire-launcher &
waybar &
dunst & dunst &
gammastep -r & gammastep -r &
waybar &
blueman-applet &
evolution & evolution &
mattermost-desktop & mattermost-desktop &
nextcloud --background & sleep 5 && nextcloud --background &