mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-20 11:17:02 -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;
|
wallpaper = ../../../dotfiles/wallpaper.jpg;
|
||||||
};
|
};
|
||||||
|
kwin = {
|
||||||
|
titlebarButtons = {
|
||||||
|
left = [
|
||||||
|
"keep-above-windows"
|
||||||
|
];
|
||||||
|
right = [
|
||||||
|
"minimize"
|
||||||
|
"maximize"
|
||||||
|
"close"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
kwin = {
|
kwin = {
|
||||||
"Window Quick Tile Top" = [ ];
|
"Window Quick Tile Top" = [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue