mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-31 04:31:55 -04:00
configure titlebarButtons
This commit is contained in:
parent
c521753b97
commit
76af416409
1 changed files with 12 additions and 0 deletions
|
@ -46,6 +46,18 @@
|
|||
};
|
||||
wallpaper = ../../../dotfiles/wallpaper.jpg;
|
||||
};
|
||||
kwin = {
|
||||
titlebarButtons = {
|
||||
left = [
|
||||
"keep-above-windows"
|
||||
];
|
||||
right = [
|
||||
"minimize"
|
||||
"maximize"
|
||||
"close"
|
||||
];
|
||||
};
|
||||
};
|
||||
shortcuts = {
|
||||
kwin = {
|
||||
"Window Quick Tile Top" = [ ];
|
||||
|
|
Loading…
Add table
Reference in a new issue