Plasma/kde: move titlebar button settings to new module
This commit is contained in:
parent
0162c94d93
commit
1f00befb3e
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue