1

Home: Make ffplay float

This commit is contained in:
2025-07-21 23:57:48 +02:00
parent f3b10df7c3
commit a5da6ec253

View File

@ -142,6 +142,7 @@
autostart = { autostart = {
immediate = [ immediate = [
"kitty" "kitty"
"zeal"
"nextcloud --background" "nextcloud --background"
"protonvpn-app" "protonvpn-app"
@ -176,13 +177,12 @@
}; };
floating = [ floating = [
{ {class = "org.kde.polkit-kde-authentication-agent-1";}
class = "org.kde.polkit-kde-authentication-agent-1";
}
{ {
class = "thunar"; class = "thunar";
title = "File Operation Progress"; title = "File Operation Progress";
} }
{class = "ffplay";}
]; ];
transparent-opacity = "0.75"; transparent-opacity = "0.75";