add a neofetch at hyprland loading time

This commit is contained in:
primardj 2024-01-26 21:05:25 +00:00
parent 62045ecba8
commit fd04578d9f

View file

@ -247,6 +247,10 @@ windowrule = opacity 0.9,^(WebCord.*)$
windowrule = float,^(galculator)$ windowrule = float,^(galculator)$
windowrulev2 = float,class:floating windowrulev2 = float,class:floating
windowrulev2 = move 45% 10% ,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 #bind = $secondMod, a, exec, waybar
@ -260,6 +264,7 @@ exec-once=dunst # Notification daemon
exec-once=light -I exec-once=light -I
exec-once=pipewire exec-once=pipewire
exec-once=dbus-update-activation-environement WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # to allow screensharing 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. # 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 exec-once=udiskie --no-automount --no-terminal --smart-tray --no-file-manager