Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Tutorials

Step-by-step guides for common Two-Face setups and workflows.

Tutorial Philosophy

These tutorials guide you through complete workflows, explaining not just what to do but why each choice matters. Each tutorial builds a functional setup from scratch.

Available Tutorials

Your First Layout

Start here! Create a basic but functional layout:

  • Understanding the coordinate system
  • Placing essential widgets
  • Testing and iteration
  • Saving and loading

Time: 30 minutes | Difficulty: Beginner

Hunting Setup

Optimized layout for combat and hunting:

  • Combat-focused widget arrangement
  • Health/mana monitoring
  • Quick action macros
  • Creature targeting

Time: 45 minutes | Difficulty: Intermediate

Merchant Setup

Layout for trading and crafting:

  • Inventory management
  • Transaction logging
  • Crafting timers
  • Trade window optimization

Time: 30 minutes | Difficulty: Intermediate

Roleplay Setup

Immersive layout for roleplaying:

  • Expanded text areas
  • Chat organization
  • Minimal HUD elements
  • Atmosphere preservation

Time: 30 minutes | Difficulty: Beginner

Minimal Layout

Clean, distraction-free interface:

  • Essential widgets only
  • Maximum text space
  • Keyboard-centric design
  • Low resource usage

Time: 20 minutes | Difficulty: Beginner

Accessibility Setup

Screen reader and high contrast configurations:

  • TTS integration
  • High contrast themes
  • Keyboard navigation
  • Large text options

Time: 45 minutes | Difficulty: Intermediate

Tutorial Structure

Each tutorial follows the same pattern:

  1. Goal - What we’re building
  2. Prerequisites - What you need first
  3. Step-by-Step - Detailed instructions
  4. Configuration - Complete config files
  5. Testing - Verification steps
  6. Customization - Ways to adapt it
  7. Troubleshooting - Common issues

Before You Start

Prerequisites

  1. Two-Face installed and running
  2. Basic familiarity with TOML syntax
  3. A text editor
  4. Game account for testing

Backup First

Before modifying configurations:

# Backup your configs
cp -r ~/.two-face ~/.two-face.backup

Configuration Location

All config files live in ~/.two-face/:

~/.two-face/
├── config.toml      # Main settings
├── layout.toml      # Widget positions
├── colors.toml      # Theme colors
├── highlights.toml  # Text patterns
└── keybinds.toml    # Key mappings

Learning Path

Complete Beginner

  1. Your First Layout
  2. Minimal Layout
  3. Roleplay Setup

Combat Focus

  1. Your First Layout
  2. Hunting Setup

Accessibility Needs

  1. Accessibility Setup
  2. Minimal Layout

Trading/Crafting

  1. Your First Layout
  2. Merchant Setup

Tutorial Tips

Take Your Time

Don’t rush through tutorials. Understanding each step helps you customize later.

Experiment

Tutorials provide starting points. Try variations to find what works for you.

Ask Questions

If something’s unclear:

Share Your Setups

Created something cool? Consider sharing it with the community!

See Also