-
Notifications
You must be signed in to change notification settings - Fork 0
Config Files
devlinman edited this page Feb 1, 2026
·
4 revisions
-
Main config file located at
~/.config/whatsit/whatsit.ini. -
It is generated automatically on first run.
[Advanced]
MemoryLimit=2
UseLessMemory=true
[Debug]
EnableFileLogging=false
[%General]
PreferDarkMode=true
RememberDownloadPaths=true
[System]
AutostartOnLogin=true
MuteAudio=true
StartMinimizedInTray=true
SystemNotifications=true
[Window]
MaximizedByDefault=true
MinimizeToTray=true
RememberWindowSize=true
Size=@Size(1920 1046)
ZoomLevel=1.3
-
If you customize tray icon or app icon, or app URL, you will find them in a separate file, at
~/.config/whatsit/custom.ini. -
If any of the keys are left empty, the app will use fallback values.
-
Given below is an example
custom.ini:
[Custom]
AppIcon=WhatsApp
TrayIcon=whatsit_mono
Url=
created by devlinman