Customise yakuakerc

Set sizes, disable title bar and system tray icon
This commit is contained in:
Evie Litherland-Smith 2024-08-23 14:03:49 +01:00
parent 94c0961cb0
commit a42152b918

View file

@ -264,7 +264,17 @@
configFile = { configFile = {
baloofilerc."Basic Settings"."Indexing-Enabled" = false; baloofilerc."Basic Settings"."Indexing-Enabled" = false;
kcminputrc.Keyboard.NumLock = 1; kcminputrc.Keyboard.NumLock = 1;
yakuakerc.Dialogs.FirstRun = false; yakuakerc = {
Dialogs.FirstRun = false;
Window = {
DynamicTabTitles = true;
Height = 80;
Width = 80;
KeepOpen = false;
ShowSystrayIcon = false;
ShowTitleBar = false;
};
};
plasmanotifyrc = { plasmanotifyrc = {
Notifications = { Notifications = {
NormalAlwaysOnTop = true; NormalAlwaysOnTop = true;