rebuilding

This commit is contained in:
morganmayday 2025-09-16 17:08:07 -07:00
parent 9167cbe215
commit 892406b39f
3 changed files with 1 additions and 7 deletions

View file

@ -1,9 +1,3 @@
# Fix dragging issues with XWayland
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
exec-once = swww img $HOME/dotfiles/img/oil.gif
exec-once = regreet; hyprctl dispatch exit
misc {
disable_hyprland_logo = true
disable_splash_rendering = true
disable_hyprland_qtutils_check = true
}

BIN
img/oil.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

View file

@ -86,7 +86,7 @@ services.greetd.enable = true;
programs.regreet = {
enable = true;
settings = {
background.path = "/home/${variables.username}/dotfiles/img/oil.gif";
background.path = "/home/${variables.username}/dotfiles/img/oil.jpg";
background.fit = "fill";
GTK.application_prefer_dark_theme = "true";
};