I’ve been refining a way to structure my folders and system drives that moves away from the legacy “filing cabinet” model (Documents, Downloads, Desktop) toward what I call an Intent-Based Filesystem.
Most modern workflows are action-oriented, but our folders are still organized by file type. I’ve consolidated my entire environment into three “mental zones” that dictate how I interact with data.
~/canvas
- Replaces:
~/Desktopand~/Downloads - Philosophy: Active Workspace.
- The Logic: “Desktop” is an outdated metaphor, and “Downloads” is a graveyard. By merging them into
~/canvas, everything that enters my system lands in a single, high-stakes “Inbox.” - The Benefit: It forces digital hygiene. If a file is in
~/canvas, I’m either working on it right now or I need to move it. It creates visual/mental pressure to either process or discard data.
~/archive
- Contains: documents, music, pictures, videos, etc.
- Philosophy: Cold Storage.
- The Logic: I tucked the standard XDG directories away. I don’t need to see them every time I
ls. They are for reference, not for work. - The Benefit: Reduces cognitive load and unnecessary clutter in
$HOME. Everything that isn’t for configuration now lives in one of two semantically named folders.
/trunk
- Purpose: Mount point for primary high-capacity data drive.
- Philosophy: Infrastructure.
- The Logic: It’s a double metaphor. In a tree, the “trunk” is the main branch off the root (
/). In a home, a “trunk” is a place for storing things. - The Benefit: It’s a memorable, top-level path for games, VM images, and backups.
cd /trunk/SteamLibraryis much more intuitive than hunting through/mntor/run/media.
The “Why”:
Standard XDG layouts treat the computer like a fling cabinet in an office; my setup treats it like an art studio or workshop.
- Reduced Decision Fatigue: I never wonder where a file goes. Is it active?
~/canvas. Is it a finished asset?~/archive. Is it a 100GB game?/trunk. - Semantic Clarity: The names reflect the state of my work, not just the extension of the file.
Curious if anyone else has moved away from the standard ~/Documents / ~/Downloads sprawl in favor of something more “pragmatic”?
