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

@ -13,7 +13,7 @@ env = WLR_NO_HARDWARE_CURSORS,1
monitor=DP-1,3440x1440@240,0x0,1,bitdepth monitor=DP-1,3440x1440@240,0x0,1,bitdepth
# Setup workspaces on boot # Setup workspaces on boot
exec-once = [workspace 1 silent] kitty exec-once = [workspace 1 silent] alacritty
exec-once = [workspace 2 silent] firefox exec-once = [workspace 2 silent] firefox
# Mandatory OS build blocks # Mandatory OS build blocks

View file

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