diff --git a/hyprland.conf b/hyprland.conf index 936464c..a4db4d2 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -170,7 +170,8 @@ master { # https://wiki.hyprland.org/Configuring/Variables/#misc misc { force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers - disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( + disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :( + disable_splash_rendering = true # If true disables the random hyprland logo / anime girl background. :( focus_on_activate = true mouse_move_enables_dpms = true key_press_enables_dpms = true diff --git a/hyprpaper.conf b/hyprpaper.conf index 4d35877..7d31a3e 100644 --- a/hyprpaper.conf +++ b/hyprpaper.conf @@ -3,3 +3,5 @@ wallpaper { path = /home/thomas/.config/awesome/Wallpapers/cobra-kai-1.png fit_mode = cover } + +splash = false