Skip to content

Commit 727589b

Browse files
committed
added guides for calla
1 parent 5093996 commit 727589b

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

src/content/docs/guides/calla.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
title: Sleex
3+
description: The second desktop environement for AxOS.
4+
---
5+
6+
Calla (based on awesomewm) is the second desktop environment for AxOS made by [Stardust-kyun](https://github.com/Stardust-kyun). It is one of the most minimal and lightweight desktop environment that AxOS provides. It is generally less stable than Kde Plasma.
7+
8+
## Installation
9+
10+
You can install Calla by running the following command:
11+
12+
```bash
13+
epsi i calla
14+
```
15+
16+
## Keybindings
17+
18+
### Essentials
19+
20+
- `Super + F1` — Show help
21+
- `Super + Space` — Show menu
22+
- `Super + D` — Show application launcher
23+
- `Super + Q` — Close application
24+
- `Super + Enter` — Open terminal
25+
- `Super + L` — Lock screen
26+
- `Super + E` — Open file manager
27+
- `Super + W` — Open firefox
28+
29+
### Window Management
30+
31+
- `Super + Shift + R` — Reload awesomewm
32+
- `Super + Shift + C` — Show configuration
33+
- `Super + Z` — Move to the next layout
34+
- `Super + Tab` — Move to the next window
35+
- `Super + Shift + Tab` — Move to the previous window
36+
37+
### Window behaviour
38+
39+
- `Super + B` — Toggle sticky
40+
- `Super + M` — Toggle Maximize
41+
- `Super + N` — Toggle Minimize
42+
- `Super + S` — Toggle floating
43+
- `Super + F` — Toggle full screen
44+
45+
### Screenshots
46+
47+
- `Super + Shift + Print` — Take full screen screenshot
48+
- `Super + Ctrl + Print` — Take full screen screenshot with delay (5 secs)
49+
- `Super + Print` — Take part screenshot
50+
51+
### Volume and Brightness
52+
53+
> <p style="color: cyan; font-weight: bold;">NOTE</p>
54+
>
55+
> The following keybindings can be different on each keyboard.
56+
> For example XF86AudioRaiseVolume can be f8 on some keyboards.
57+
58+
- `Super + XF86AudioRaiseVolume` — Raise volume
59+
- `Super + XF86AudioLowerVolume` — Lower volume
60+
- `Super + XF86AudioMute` — Mute volume
61+
- `Super + XF86MonBrightnessUp` — Raise brightness
62+
- `Super + XF86MonBrightnessDown` — Lower brightness
63+
64+
## Customizing
65+
66+
You can customize calla keybindings by editing the `/usr/share/calla/desktop/config/bind.lua` file.

0 commit comments

Comments
 (0)