diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index b931132a..63303065 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -23,8 +23,11 @@ env = GDK_SCALE,1.5 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -exec-once = waybar & mako & hypridle - +exec-once = hyprpaper +exec-once = hypridle +exec-once = waybar +exec-once = mako + #exec-once = dbus-update-activation-environment --systemd HYPRLAND_INSTANCE_SIGNATURE # Source a file (multi-file configs) @@ -128,6 +131,8 @@ gestures { misc { # See https://wiki.hyprland.org/Configuring/Variables/ for more hide_cursor_on_touch = true + disable_splash_rendering = true + disable_hyprland_logo = true } # Example per-device config @@ -220,4 +225,4 @@ bind = ,xf86launch4, exec, pp-adjuster bind = , xf86launch2, exec, playerctl play-pause # Screenshot with hyprshot. -bind = , PRINT, exec, hyprshot -m output --clipboard-only \ No newline at end of file +bind = , PRINT, exec, hyprshot -m output --clipboard-only