From 687b9926865a063196118f916f0fd54d513b919c Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 24 May 2025 21:54:56 -0400 Subject: [PATCH] Removed floorp from autostart --- files/systemd/user/floorp.service | 17 ----------------- recipes/components/autostart-module.yml | 1 - 2 files changed, 18 deletions(-) delete mode 100644 files/systemd/user/floorp.service diff --git a/files/systemd/user/floorp.service b/files/systemd/user/floorp.service deleted file mode 100644 index 1fc9b5b..0000000 --- a/files/systemd/user/floorp.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=The pc gaming platform -# order startup after WM -After=graphical-session.target - -[Service] -Type=exec -# Repurpose XDG Autostart filtering -ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" "" -ExecStart=/usr/bin/flatpak run one.ablaze.floorp -Slice=app-graphical.slice - -[Install] -WantedBy=graphical-session.target -# Alternatively can be wanted by specific WMs' targets -# Should also be duplicated in 'After=' to avoid ordering loop -#WantedBy=wayland-session@hyprland.desktop.target \ No newline at end of file diff --git a/recipes/components/autostart-module.yml b/recipes/components/autostart-module.yml index e66b83c..6089a78 100644 --- a/recipes/components/autostart-module.yml +++ b/recipes/components/autostart-module.yml @@ -5,6 +5,5 @@ modules: - hyprpanel.service - hyprpolkitagent.service - discord.service - - floorp.service - steam.service - terminal.service \ No newline at end of file