diff --git a/dotfiles/hypr/hyprland.conf b/dotfiles/hypr/hyprland.conf index d0d595f..7d33a3a 100644 --- a/dotfiles/hypr/hyprland.conf +++ b/dotfiles/hypr/hyprland.conf @@ -37,8 +37,8 @@ $menu = wofi --show drun # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -exec-once = steam & proton-mail & obsidian & discord & 1password & firefox -exec-once = waybar & mako & hypridle +exec-once = steam & proton-mail & obsidian & discord & 1password & firefox & +exec-once = waybar & mako & hypridle & swww-daemon & exec-once = $terminal exec-once = systemctl --user start hyprpolkitagent diff --git a/home/shahab/common/optional/hyprland.nix b/home/shahab/common/optional/hyprland.nix index f9d4985..c7caff4 100644 --- a/home/shahab/common/optional/hyprland.nix +++ b/home/shahab/common/optional/hyprland.nix @@ -30,4 +30,6 @@ mako ]; }; + + services.swww.enable = true; }