You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this section, you will learn how to customize and use Theom.
46
11
47
12
## Installation
48
13
49
-
There are two ways to install Theom: via Epsilon, or manually.
50
-
51
-
### Epsilon Install
52
-
53
-
To install using Epsilon, run:
14
+
When installing AxOS, you can choose Theom as your desktop environment. If you didn't choose it during the installation, you can install it by running the following command:
54
15
55
16
```bash
56
-
epsi install theom
17
+
epsi i theom
57
18
```
58
19
59
-
This will fetch and install the latest version automatically.
60
-
61
-
### Manual Install
62
-
63
-
1. Download the latest release from [GitHub Releases](https://github.com/AxOS-project/Theom/releases).
64
-
2. Install the package:
20
+
or
65
21
66
22
```bash
67
-
sudo pacman -U <downloaded-file>
23
+
epsi install theom
68
24
```
69
25
70
-
Replace `<downloaded-file>` with the actual filename.
71
-
72
-
---
73
-
74
-
## Default Keybindings
75
-
76
-
> The `mod` key refers to the **Super (Windows)** key.
If you are on some other operating system other than AxOS, read our [Porting to other OS Documentation](https://github.com/AxOS-project/Theom/wiki/Porting-to-other-OS).
90
27
91
-
### Workspace Management
28
+
##Keybindings
92
29
93
-
-`mod+1` through `mod+0` — Switch to workspace 1–10
94
-
-`mod+Shift+1` through `mod+Shift+0` — Move window to workspace 1–10
30
+
Just like Sleex and Calla, it is a tiling window manager. So you can control almost everything with your keyboard. You can find all the default keybindings in the cheetsheet which can be opened by pressing `Mod + F1` (Where `mod` being the windows key). If needed, you can even modify/add new keybindings in the `~/.config/theom/keybindings.conf` file. The configuration syntax can be found in the [i3wm Keybinding Documentation](https://i3wm.org/docs/userguide.html#keybindings).
0 commit comments