Skip to content

Commit 8fa0728

Browse files
authored
Merge pull request #120 from rXelelo/main
fear(v5): added running noc page
2 parents 114e75b + e6d2e95 commit 8fa0728

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export default defineConfig({
160160
items: [
161161
{ label: "Installation", link: "v5/getting-started/installation/"},
162162
{ label: "NixOS", link: "v5/getting-started/nixos/"},
163+
{ label: "Running Noctalia", link: "v5/getting-started/running-the-shell/"},
163164
{
164165
label: "Compositor Settings",
165166
items: [
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Running Noctalia
3+
description: This page gives you a basic example on how to run the shell.
4+
sidebar:
5+
order: 30
6+
---
7+
8+
:::tip[Method]
9+
Use compositor autostart as the primary method.
10+
:::
11+
### Autostart by your Wayland compositor
12+
This is the recommended method for launching noctalia, as it integrates with your window manager.
13+
14+
For the *Niri* compositor, add the following line to the end of your configuration file, typically located at `~/.config/niri/config.kdl`
15+
```ini
16+
spawn-at-startup "noctalia"
17+
```
18+
19+
For the *Hyprland* compositor, append this line to your configuration file, typically located at `~/.config/hypr/hyprland.conf`
20+
```ini
21+
exec-once = noctalia
22+
```
23+
24+
---
25+
26+
### Manual Launch for Debugging
27+
The most direct way to run Noctalia for testing or debugging. Open a terminal and execute:
28+
```bash
29+
noctalia
30+
```

0 commit comments

Comments
 (0)