Skip to content

Commit a626d64

Browse files
Fixed heading on some pages
1 parent 437f54c commit a626d64

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/content/docs/configuration/Hyprland.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Hyprland Configuration and Keybinds
33

44
---
55

6-
# What is Hyprland?
6+
## What is Hyprland?
77

88
Hyprland is a dynamic tiling window manager for Linux which is highly customisable, visually appealing and lightweight. It is a very popular choice for Linux users who like a modern window manager with features like rounded corners, smooth animations and Wayland support.
99

1010
StratOS Linux offers a Hyprland spin as an option to users trying to venture into the world of Window Managers. The config provided by default is very basic with a few EWW widgets. Users can feel free to customise their Hyprland configs as they see fit by using it as a starting point.
1111

12-
# Hyprland Keybindings
12+
## Hyprland Keybindings
1313

1414
These are the default keybindings included in the StratOS Hyprland spin. You can take a look at them and change them according to your requirements from the configuration files if you wish to do so.
1515

src/content/docs/intro/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ description: Introduction to StratOS Linux
66
StratOS is a flexible beginner-friendly Arch Linux distribution focused on providing a stable and modular operating system to users. It combines the performance and bleeding-edge model of Arch Linux with the unique ability of creating a blend of multiple parts of other distros of Bedrock Linux, delivering a system that lets you decide how to work rather than force the user into the confines of a typical Linux distribution.
77

88

9-
### Features
9+
## Features
1010

11-
#### Rolling Release Architecture
11+
### Rolling Release Architecture
1212

1313
Due to the fact that StratOS is based on Arch Linux, it follows a rolling release architecture. This means that you get continuous access to the latest kernels, drivers and software.
1414

15-
#### Multi-Distro Support
15+
### Multi-Distro Support
1616

1717
StratOS Linux also comes preinstalled with Bedrock Linux, which allows it to support components, or "stratas" of other distros on top of the existing Arch Linux base. You can fetch stratas of other distros like Ubuntu, Fedora, Kali, Gentoo, Void, etc using the `brl fetch` command.
1818

19-
#### Dedicated Software Repositories
19+
### Dedicated Software Repositories
2020

2121
StratOS Linux also comes with its own dedicated software repository out of the box, which includes useful packages like **zen-browser**, **vicinae**, **sherlock launcher**, **pandoc-bin**, etc, which are not available in Arch Linux repositories.
2222

23-
### Custom Applications Developed for StratOS Linux
23+
## Custom Applications Developed for StratOS Linux
2424

2525
- [rockers](https://github.com/StratOS-Linux/rockers) : A custom package manager script which includes support for pacman, AUR, flatpak and apt, with support for more distributions coming soon.
2626
- [grab](https://github.com/StratOS-Linux/grab) : A custom fetch script like neofetch which displays the system configuration to the user.

src/content/docs/tools/grab.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ title: Grab
44

55
![Screenshot of Grab](./grab_screenshots/fetch.png)
66

7-
# Introduction
7+
## Introduction
88

99
Grab is a custom fetch script made for StratOS.
1010

11-
# What is it made using ?
11+
## What is it made using ?
1212

1313
Grab is made using POSIX `sh` and `C++`.
1414

15-
# What does it do ?
15+
## What does it do ?
1616

1717
Grab is a custom fetch script made for our operating system. Upon running the command, it shows an overview of the specifications ofthe host system just like [neofetch](https://github.com/dylanaraps/neofetch)
1818

19-
# How does it work
19+
## How does it work
2020

2121
Grab uses shell commands inside C++. The C++ part of the code handles all the layout calculations and printing. The shell script (under the shell\_script variable) fetches the info.
2222

0 commit comments

Comments
 (0)