From 248d2f53897300039d56383e23b1700d03fab5eb Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 20 May 2024 19:29:03 +0200 Subject: [PATCH] Fix so that randomizing the wallpaper on space switch works, change alacritty to the defualt terminal emulator over kitty --- linux_home/.config/hypr/hyprland.conf | 2 +- linux_home/.config/hypr/hyprpaper_set.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux_home/.config/hypr/hyprland.conf b/linux_home/.config/hypr/hyprland.conf index 705b645..066b192 100644 --- a/linux_home/.config/hypr/hyprland.conf +++ b/linux_home/.config/hypr/hyprland.conf @@ -13,7 +13,7 @@ env = WLR_NO_HARDWARE_CURSORS,1 monitor=DP-1,3440x1440@240,0x0,1,bitdepth # Setup workspaces on boot -exec-once = [workspace 1 silent] kitty +exec-once = [workspace 1 silent] alacritty exec-once = [workspace 2 silent] firefox # Mandatory OS build blocks diff --git a/linux_home/.config/hypr/hyprpaper_set.sh b/linux_home/.config/hypr/hyprpaper_set.sh index 3dd89f0..6d71a3a 100755 --- a/linux_home/.config/hypr/hyprpaper_set.sh +++ b/linux_home/.config/hypr/hyprpaper_set.sh @@ -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