readme: add kwin.titlebarButtons to high level interface list

This commit is contained in:
Toast 2023-12-19 11:18:53 +01:00
parent 0f38c34581
commit 7da2465219

View File

@ -15,7 +15,12 @@ Configuration is broken down into three layers:
tooltipDelay = 5;
theme = "breeze-dark";
colorscheme = "BreezeDark";
}
};
kwin.titlebarButtons = {
left = [ "S" "F" ];
right = [ "H" "I" "A" "X" ];
};
spectacle.shortcuts = {
captureActiveWindow = "Meta+Print";