feat: add swwww to hyprland

This commit is contained in:
2025-12-20 12:47:43 +05:00
parent 3656420b57
commit feb78fea0f
2 changed files with 4 additions and 2 deletions

View File

@@ -37,8 +37,8 @@ $menu = wofi --show drun
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # Or execute your favorite apps at launch like this:
exec-once = steam & proton-mail & obsidian & discord & 1password & firefox exec-once = steam & proton-mail & obsidian & discord & 1password & firefox &
exec-once = waybar & mako & hypridle exec-once = waybar & mako & hypridle & swww-daemon &
exec-once = $terminal exec-once = $terminal
exec-once = systemctl --user start hyprpolkitagent exec-once = systemctl --user start hyprpolkitagent

View File

@@ -30,4 +30,6 @@
mako mako
]; ];
}; };
services.swww.enable = true;
} }