Skip to content

Config Files

devlinman edited this page Feb 1, 2026 · 4 revisions

Configuration

  • Main config file located at ~/.config/whatsit/whatsit.ini.

  • It is generated automatically on first run.

Example config

[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

Customization

  • 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=

Clone this wiki locally