Plasma/kde: move titlebar button settings to new module

This commit is contained in:
Toast 2024-01-19 12:06:50 +01:00
parent 0162c94d93
commit 1f00befb3e

View file

@ -92,6 +92,12 @@ in
clickItemTo = "select";
cursorTheme = "Breeze_Snow";
};
kwin = {
titlebarButtons = {
left = [ "on-all-desktops" "keep-above-windows" ];
right = [ "minimize" "maximize" "close" ];
};
};
shortcuts = {
"kwin" = {
"Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];
@ -105,7 +111,6 @@ in
"Rows" = 1;
};
"TabBox"."LayoutName" = "thumbnail_grid";
"org\\.kde\\.kdecoration2"."ButtonsOnLeft" = "SF";
};
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true;
};