forked from NNTmux/newznab-tmux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.tmux.example
More file actions
38 lines (28 loc) · 1.29 KB
/
Copy path.env.tmux.example
File metadata and controls
38 lines (28 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# =============================================================================
# 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