mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 22:01:33 +00:00
39 lines
1.3 KiB
Bash
39 lines
1.3 KiB
Bash
# =============================================================================
|
|
# Tmux Configuration
|
|
# =============================================================================
|
|
# These settings configure the tmux session management system.
|
|
# Most settings have sensible defaults and don't need to be changed.
|
|
|
|
# Tmux session name (default: from database setting or 'nntmux')
|
|
# TMUX_SESSION_NAME=nntmux
|
|
|
|
# Process niceness level (0-19, lower = higher priority, default: 2)
|
|
# Higher values use less CPU priority
|
|
# TMUX_NICENESS=2
|
|
|
|
# Monitor refresh delay in seconds (default: 10)
|
|
# How often the monitor updates statistics
|
|
# TMUX_MONITOR_DELAY=10
|
|
|
|
# Monitor statistics refresh interval in seconds (default: 60)
|
|
# How often to re-query the database for statistics
|
|
# TMUX_REFRESH_INTERVAL=60
|
|
|
|
# Timeout for tmux operations in seconds (default: 300)
|
|
# TMUX_TIMEOUT=300
|
|
|
|
# Custom tmux config file path (default: config/tmux.conf)
|
|
# TMUX_CONFIG_FILE=/path/to/custom/tmux.conf
|
|
|
|
# Terminal type (default: tmux-256color for true color support)
|
|
# TMUX_TERMINAL=tmux-256color
|
|
|
|
# Use powerline symbols in status bar (default: true)
|
|
# Requires powerline fonts or nerd fonts installed
|
|
# TMUX_USE_POWERLINE=true
|
|
|
|
# Use nerd font icons (default: true)
|
|
# Requires nerd fonts installed (e.g., FiraCode Nerd Font)
|
|
# TMUX_USE_NERD_FONTS=true
|
|
|