From fd04578d9fac8d9b86f94f9d604cedf60232fbba Mon Sep 17 00:00:00 2001 From: primardj Date: Fri, 26 Jan 2024 21:05:25 +0000 Subject: [PATCH] add a neofetch at hyprland loading time --- dotconfig/hypr/hyprland.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotconfig/hypr/hyprland.conf b/dotconfig/hypr/hyprland.conf index 6098ae4..510945f 100644 --- a/dotconfig/hypr/hyprland.conf +++ b/dotconfig/hypr/hyprland.conf @@ -247,6 +247,10 @@ windowrule = opacity 0.9,^(WebCord.*)$ windowrule = float,^(galculator)$ windowrulev2 = float,class:floating windowrulev2 = move 45% 10% ,class:floating +windowrulev2 = float,class:startup_floating_neofetch +windowrulev2 = size 32% 39%, class:startup_floating_neofetch +windowrulev2 = move 12% 10%,class:startup_floating_neofetch + #bind = $secondMod, a, exec, waybar @@ -260,6 +264,7 @@ exec-once=dunst # Notification daemon exec-once=light -I exec-once=pipewire exec-once=dbus-update-activation-environement WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # to allow screensharing +exec-once=alacritty --class startup_floating_neofetch -e nfetch-startup # launch udiskie, the udisks2 helper in order to mount automatically every devices plug on the computer. Add a tray so it will be better like that. exec-once=udiskie --no-automount --no-terminal --smart-tray --no-file-manager