Converted all Git wiki pages to mkdocs
This commit is contained in:
parent
7caf703e7d
commit
b14c90d0b5
12 changed files with 27 additions and 90 deletions
|
@ -1,10 +1,3 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Application launcher
|
||||
|
||||
An application launcher may be used to easily start applications in Wayfire.
|
||||
|
||||
#### Tofi
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Audio
|
||||
|
||||
To obtain audio the `pipewire` server will be used with an `alsa-pipewire` plugin in combination with `wireplumber` as session manager.
|
||||
|
||||
They may be installed with:
|
||||
|
@ -42,7 +35,7 @@ Pipewire needs to be started by Wayfire.
|
|||
audio = pipewire
|
||||
```
|
||||
|
||||
#### Audio control
|
||||
### Audio control
|
||||
|
||||
To obtain some control over the audio `pavucontrol`, `pamixer` and `pa-notify` may be installed.
|
||||
|
||||
|
@ -69,7 +62,7 @@ To be notified when changing the volume `pa-notify` may be used. It needs to be
|
|||
audio_notify = sleep 1; pa-notify -t 2
|
||||
```
|
||||
|
||||
#### Music control
|
||||
### Music control
|
||||
|
||||
To control music and other media `playerctl` may be used.
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Auto-mounting
|
||||
|
||||
`udiskie` will be used to automatically mount drives. It may be installed with.
|
||||
|
||||
```
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Display configuration
|
||||
|
||||
To configure the displays of the systems it's necessary to either configure them through `.config/wayfire.ini` or use an external application like `kanshi`.
|
||||
|
||||
To install kanshi:
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Essential applications
|
||||
|
||||
Some essential applications and packages.
|
||||
|
||||
```
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Idle and lockscreen
|
||||
|
||||
Wayfire has a screensaver and dpms option. These may be configured by editing `.config/wayfire.ini`.
|
||||
|
||||
```
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Login manager
|
||||
|
||||
To make it easier to log into the system, set up a login manager. For a minimal and wayland-compatible login manager use `greetd` with `gtkgreet`. Install them with:
|
||||
|
||||
```
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Notifications
|
||||
|
||||
#### SwayNC
|
||||
### SwayNC
|
||||
|
||||
For a more robust notification deamon it's recommended to use SwayNotificationCenter which also provides a *notifications center* which can be heavily customised.
|
||||
|
||||
|
@ -56,7 +49,7 @@ And
|
|||
},
|
||||
```
|
||||
|
||||
#### Mako
|
||||
### Mako
|
||||
|
||||
For a very minimal notification deamon it's recommended to use Mako. It can be used to display notifications from the session-bus.
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Screenshots
|
||||
|
||||
To be able to make screenshots on the system the packages `grim`, `slurp` and `wl-clipboard` will need to be installed.
|
||||
|
||||
```
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Taskbar
|
||||
|
||||
For the taskbar it is recommended to use Waybar since it's wayland native and has enough functionality. Furthermore network manager applet will be used to display network status and to easily configure network settings.
|
||||
|
||||
To install both, in combination with some necessary fonts.
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
---
|
||||
gitea: none
|
||||
include_toc: false
|
||||
---
|
||||
|
||||
### Window manager
|
||||
|
||||
There are many different window managers and desktop environments which can provide a decent experience. Wayfire is a functional, relatively lightweight and good looking wayland window manager and will be used for this install.
|
||||
|
||||
To install a barebones Wayfire use:
|
||||
|
|
14
mkdocs.yml
14
mkdocs.yml
|
@ -33,5 +33,19 @@ nav:
|
|||
- 'Bluetooth': void-desktop-setup/Bluetooth.md
|
||||
- 'Graphical session':
|
||||
- 'Session manager': void-desktop-setup/Session-manager.md
|
||||
- 'Login manager': void-desktop-setup/Login-manager.md
|
||||
- 'Window manager': void-desktop-setup/Window-manager.md
|
||||
- 'Display configuration': void-desktop-setup/Display-configuration.md
|
||||
- 'Taskbar': void-desktop-setup/Taskbar.md
|
||||
- 'Application launcher': void-desktop-setup/Application-launcher.md
|
||||
- 'Notifications': void-desktop-setup/Notifications.md
|
||||
- 'Audio': void-desktop-setup/Audio.md
|
||||
- 'Screenshots': void-desktop-setup/Screenshots.md
|
||||
- 'Idle and lockscreen': void-desktop-setup/Idle-and-lockscreen.md
|
||||
- 'Auto-mounting': void-desktop-setup/Auto-mounting.md
|
||||
- 'Applications':
|
||||
- 'Essential applications': void-desktop-setup/Essential-applications.md
|
||||
- 'Virt-manager': void-desktop-setup/Virt-manager.md
|
||||
- 'Steam': void-desktop-setup/Steam.md
|
||||
- 'Alpine Server setup': alpine-home.md
|
||||
- 'Xbps-Ample': ample-home.md
|
||||
|
|
Loading…
Reference in a new issue