From d2403d4f620c1b7f57396557e0062659c1916bc5 Mon Sep 17 00:00:00 2001 From: Tanvi sharma Date: Thu, 2 Apr 2026 22:40:53 +0530 Subject: [PATCH] Add Configuration Files Guide added documentation for config files --- docs/CONFIGS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/CONFIGS.md diff --git a/docs/CONFIGS.md b/docs/CONFIGS.md new file mode 100644 index 0000000..a223f17 --- /dev/null +++ b/docs/CONFIGS.md @@ -0,0 +1,16 @@ +# Configuration Files Guide + +This document explains the purpose of configuration files in the `configs/` folder. + +## 1. Niri +Niri is a Wayland compositor. Its config file controls window layout and behavior. + +## 2. Waybar +Waybar is a customizable status bar. It shows system info like time, battery, and network. + +## 3. Rofi +Rofi is an application launcher. It helps in quickly opening apps and switching windows. + +--- + +These config files help customize the Linux desktop experience.