Fix so that randomizing the wallpaper on space switch works, change alacritty to the defualt terminal emulator over kitty

This commit is contained in:
Martin Larsson 2024-05-20 19:29:03 +02:00
parent a225668298
commit 248d2f5389
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ function set_wallpaper() {
printf "%s\n" "${wallpapers[@]}" > "$wallpaper_history_path"
}
wallpaper_dir="$HOME/dev/git/.dotfiles/wallpapers/catppuccin"
wallpaper_dir="$HOME/.config/wallpapers/catppuccin"
files=($wallpaper_dir/*)
history_size=1