-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstoa.conf
More file actions
45 lines (40 loc) · 2.13 KB
/
Copy pathstoa.conf
File metadata and controls
45 lines (40 loc) · 2.13 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
38
39
40
41
42
43
44
45
# ╔══════════════════════════════════════════════════════════════╗
# ║ STOA LINUX — Configuration ║
# ║ "Know thyself." — Socrates ║
# ╚══════════════════════════════════════════════════════════════╝
# ── Keybinds in the bar ──
# Show main keybinds in the top bar.
# true = visible | false = hidden
# Quick toggle: Super+/
STOA_SHOW_KEYBINDS=true
# ── Bar engine ──
# Which shell to launch via stoa-bar (called from Hyprland exec-once):
# noctalia → Noctalia Shell on Quickshell (default)
# waybar → legacy GTK fallback
# Unset = auto-pick noctalia if installed, else waybar.
STOA_BAR=noctalia
# ── Cloud Drive (rclone mount) ──
# Tuning for `stoa-drive mount`. Larger caches = snappier Thunar at the
# cost of staleness (changes made elsewhere take longer to appear).
#RCLONE_CACHE_SIZE=5G
#RCLONE_CACHE_MODE=full
#RCLONE_CACHE_MAX_AGE=720h
#RCLONE_DIR_CACHE_TIME=24h
#RCLONE_ATTR_TIMEOUT=1h
#RCLONE_POLL_INTERVAL=1m
# Pre-warm the directory cache by walking the tree after mount, so the first
# time you open a folder in Thunar is instant. Cost: bandwidth + time at
# mount (grows with folder count — usually seconds, can be ~minutes on huge
# drives). Set to false to skip.
#STOA_DRIVE_PREWARM=true
# ── Folder Sync (rclone bisync) ──
# For folders you use a lot (Obsidian vaults, code, notes), keep them
# physically on the NVMe and bisync to the cloud on a timer instead of
# accessing through the mount. Pairs are registered via:
# stoa-drive → Folder Sync → Add pair
# and stored in ~/.config/stoa/drive-sync.list. The timer interval and
# conflict policy live here.
# STOA_SYNC_INTERVAL: any systemd OnUnitActiveSec value (30s, 5min, 1h, ...)
# STOA_SYNC_CONFLICT: newer | older | larger | smaller | path1 | path2 | none
#STOA_SYNC_INTERVAL=5min
#STOA_SYNC_CONFLICT=newer