add extensions

This commit is contained in:
Sean Kovacs 2025-11-08 19:40:55 -05:00
commit b3ecffd4b6
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 63 additions and 16 deletions

View file

@ -22,6 +22,7 @@
strawberry-master
spotify-player
input-leap
libreoffice-qt-fresh
kde-rounded-corners
kdePackages.partitionmanager
@ -399,8 +400,8 @@
description = "Firefox Picture-in-Picture";
match = {
window-class = {
value = "firefox";
type = "exact";
value = "";
type = "substring";
};
title = {
value = "Picture-in-Picture";
@ -526,6 +527,7 @@
"applications:vesktop.desktop"
"applications:kitty.desktop"
"applications:org.strawberrymusicplayer.strawberry.desktop"
"applications:writer.desktop"
];
};
}

View file

@ -102,7 +102,7 @@
musicControls.showPlaybackControls = false;
songText = {
displayInSeparateLines = true;
maximumWidth = 360;
maximumWidth = 320;
scrolling = {
behavior = "alwaysScroll";
speed = 3;