Skip to content

Commit 2f49961

Browse files
authored
Merge pull request #28 from akitgwa/main
Added documentation for configuration files
2 parents 24cb72d + bf6ccfb commit 2f49961

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

docs/CONFIGS.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# 📁 Configuration Files Guide
2+
3+
This document provides a simple explanation of the user configuration directories in `configs/setup-configs/`. These files help customize the appearance and behavior of the Linux environment.
4+
5+
---
6+
7+
## 🔹 Niri
8+
Niri is a **window manager**.
9+
10+
It controls how application windows are arranged and managed on the screen. Instead of manually resizing windows, Niri can automatically organize them into a clean layout.
11+
12+
**What it helps with:**
13+
- Arranging windows side by side
14+
- Switching between open applications
15+
- Managing workspace layouts
16+
17+
---
18+
19+
## 🔹 Waybar
20+
Waybar is a **status bar** that appears on the screen (usually at the top or bottom).
21+
22+
It displays useful system information so you can quickly check important details.
23+
24+
**What it shows:**
25+
- Battery level 🔋
26+
- Time and date ⏰
27+
- Network/Wi-Fi status 📶
28+
29+
---
30+
31+
## 🔹 Rofi
32+
Rofi is an **application launcher and utility tool**.
33+
34+
It allows you to quickly open applications or switch between tasks using your keyboard, making your workflow faster and more efficient.
35+
36+
**What it helps with:**
37+
- Launching applications quickly
38+
- Searching and switching between open programs
39+
- Reducing the need to use a mouse
40+
41+
---
42+
43+
## ✅ Summary
44+
Together, these configuration files help create a smooth, efficient, and customizable Linux experience by improving window management, system visibility, and application access.

0 commit comments

Comments
 (0)