diff --git a/hyprland/.config/hypr/config.d/50-window-rules.conf b/hyprland/.config/hypr/config.d/50-window-rules.conf index 45f1f401..34096dc9 100644 --- a/hyprland/.config/hypr/config.d/50-window-rules.conf +++ b/hyprland/.config/hypr/config.d/50-window-rules.conf @@ -13,4 +13,5 @@ windowrulev2 = workspace 8 silent, class:^(org.keepassxc.KeePassXC)$ windowrulev2 = workspace 8 silent, class:^(org.mozilla.Thunderbird)$ windowrulev2 = workspace 9 silent, class:^(.*vesktop.*)$ windowrulev2 = workspace 10 silent, class:^(.*spotube.*)$ +windowrulev2 = workspace 10 silent, class:^(.*spotify.*)$ windowrulev2 = workspace 10 silent, class:^(im.riot.Riot)$ diff --git a/hyprland/.config/hypr/config.d/85-autostart-applications.conf b/hyprland/.config/hypr/config.d/85-autostart-applications.conf index c254a419..f3c045ad 100644 --- a/hyprland/.config/hypr/config.d/85-autostart-applications.conf +++ b/hyprland/.config/hypr/config.d/85-autostart-applications.conf @@ -4,4 +4,4 @@ exec-once = [workspace 8 silent] flatpak run org.keepassxc.KeePassXC exec-once = [workspace 8 silent] flatpak run org.mozilla.Thunderbird exec-once = [workspace 9 silent] flatpak run dev.vencord.Vesktop exec-once = [workspace 10 silent] flatpak run im.riot.Riot -exec-once = [workspace 10 silent] flatpak run com.github.KRTirtho.Spotube +exec-once = [workspace 10 silent] flatpak run com.spotify.Client