From 27ef79391c081091785052eb4f3409b94dff89a6 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 16 Jul 2025 17:34:49 +0200 Subject: [PATCH] docs: Remove senseless line from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a9c852a..cbfc874 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ Enjoy! ## Notes -- This are a good sign. - Generally, most configuration for applications attempts to follow the XDG specifications, keeping configuration in .config directory and supplementary files in .local/share directory. Over time, I am moving more applications to this standard: it keeps the home directory clean, and the separation of configuration, binaries, and data relatively clear. - The `zsh` directory contains all setup for the z-shell, my daily work environment. It should not be required for working with any other module but will add additional functionality to many (such as command auto-completion and so on). `sh` sets some base functionality for any shell you may wish to work in. It is, for now, the only module that is required for some other modules to work.[^shreq] - `rofi` contains additional scripts and a simple theming framework for rofi and should probably be reorganized to put the correct files into the correct directories (per xdg) at some point.