more panel changes

This commit is contained in:
Sean Kovacs 2025-11-07 22:41:58 -05:00
commit 6fff736006
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -244,6 +244,60 @@
appearance.wallpaperPictureOfTheDay.provider = "bing"; appearance.wallpaperPictureOfTheDay.provider = "bing";
}; };
window-rules = [
{
description = "OpenMW";
match = {
window-class = {
value = "openmw";
type = "substring";
};
window-types = [ "normal" ];
};
apply = {
noborder = {
value = true;
apply = "force";
};
maximizehoriz = {
value = true;
apply = "force";
};
maximizevert = {
value = true;
apply = "force";
};
desktops = {
value = "Desktop_4";
apply = "force";
};
};
}
{
description = "Firefox Picture-in-Picture";
match = {
window-class = {
value = "firefox";
type = "exact";
};
title = {
value = "Picture-in-Picture";
type = "exact";
};
};
apply = {
above = {
value = true;
apply = "force";
};
desktops = {
value = "\\0";
apply = "force";
};
};
}
];
kwin = { kwin = {
titlebarButtons = { titlebarButtons = {
left = [ left = [
@ -268,10 +322,18 @@
temperature.night = 3500; temperature.night = 3500;
transitionTime = 60; transitionTime = 60;
}; };
virtualDesktops = {
names = [
"1"
"2"
"3"
"4"
];
rows = 1;
};
}; };
configFile = { configFile = {
kwinrc.Desktops.Number = 4;
# kdeglobals.KDE.AutomaticLookAndFeel = true; # kdeglobals.KDE.AutomaticLookAndFeel = true;
kwinrc.Round-Corners.ActiveOutlinePalette = 3; kwinrc.Round-Corners.ActiveOutlinePalette = 3;
kwinrc.Round-Corners.ActiveOutlineUseCustom = false; kwinrc.Round-Corners.ActiveOutlineUseCustom = false;