clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

switch to kitty for startup

sspaeti f43094e8 8f8b5a44

+5 -5
+5 -5
hypr/.config/hypr/sspaeti/autostart-apps.sh
··· 5 5 hyprctl dispatch workspace 2 6 6 hyprctl dispatch workspace 3 7 7 8 - # Launch Alacritty with tmux → workspace 1 9 - alacritty -e tmux & 10 - while [ -z "$alacritty_addr" ]; do 8 + # Launch Kitty with tmux → workspace 1 9 + uwsm app -- kitty -e tmux & 10 + while [ -z "$kitty_addr" ]; do 11 11 sleep 0.2 12 - alacritty_addr=$(hyprctl clients -j | jq -r '.[] | select(.class == "Alacritty") | .address') 12 + kitty_addr=$(hyprctl clients -j | jq -r '.[] | select(.class == "kitty") | .address') 13 13 done 14 - hyprctl dispatch movetoworkspace "1,address:$alacritty_addr" 14 + hyprctl dispatch movetoworkspace "1,address:$kitty_addr" 15 15 16 16 # Launch Brave → workspace 2 17 17 brave --new-window --ozone-platform=wayland --force-device-scale-factor=1.0 &