add a neofetch at hyprland loading time
This commit is contained in:
parent
62045ecba8
commit
fd04578d9f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue