From 36a49b88d50f50bbccbfd20d9a617f4025d34be0 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 8 May 2026 16:57:14 -0500 Subject: [PATCH] Add conditionals on autostart apps --- .../.config/hypr/config.d/85-autostart-applications.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hyprland/.config/hypr/config.d/85-autostart-applications.conf b/hyprland/.config/hypr/config.d/85-autostart-applications.conf index 865decfc..b4123502 100644 --- a/hyprland/.config/hypr/config.d/85-autostart-applications.conf +++ b/hyprland/.config/hypr/config.d/85-autostart-applications.conf @@ -1,9 +1,9 @@ # vim: set ft=hyprlang: # Workspace-specific applications exec-once = [workspace 2 silent] flatpak run com.valvesoftware.Steam -silent -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 im.riot.Riot +exec-once = [workspace 8 silent] flatpak run org.keepassxc.KeePassXC || keepassxc +exec-once = [workspace 8 silent] flatpak run org.mozilla.Thunderbird || thunderbird +exec-once = [workspace 9 silent] flatpak run im.riot.Riot || element-desktop exec-once = [workspace 9 silent] flatpak run dev.vencord.Vesktop #exec-once = [workspace 10 silent] flatpak run com.spotify.Client -exec-once = [workspace 10 silent] ~/Programs/feishin +exec-once = [workspace 10 silent] flatpak run org.jeffvli.feishin || ~/Programs/feishin