API Documentation¶
QuickTile’s code is currently divided into the following modules:
- Core Application Code (
__main__.py
) - Command Registry and Included Commands (
commands.py
) - D-Bus Interface (
dbus_api.py
) - GUI Exception Handler (
gtkexcepthook.py
) - Internal Global Hotkey Support (
keybinder.py
) - Layout Calculations (
layout.py
) - Self-Contained Utility Code (
util.py
) - Window Manager API Wrapper (
wm.py
) - Automated Testing Code