mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
gui-apps/ReGreet: drop 0.1.1-r4, add 0.1.1-r5
* update elog to readme.gentoo-r1 * add tmpfiles eclass * fix QA error Closes: https://bugs.gentoo.org/924820 Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
41
gui-apps/ReGreet/files/README.gentoo
Normal file
41
gui-apps/ReGreet/files/README.gentoo
Normal file
@@ -0,0 +1,41 @@
|
||||
## Configuration
|
||||
|
||||
To configure greetd config.toml to use ReGreet use the [ReGreet Readme](https://github.com/rharish101/ReGreet/blob/main/README.md)
|
||||
Or the [greetd gentoo wiki page](https://wiki.gentoo.org/wiki/Greetd)
|
||||
|
||||
Exemple configuration:
|
||||
1 - Cage
|
||||
|
||||
```bash
|
||||
/etc/greetd/config.toml - Exemple ReGreet config using cage
|
||||
-----------------------------------------------------------
|
||||
[terminal]
|
||||
vt = 7
|
||||
|
||||
[default_session]
|
||||
command = "cage -s -- regreet"
|
||||
user = "greetd"
|
||||
```
|
||||
|
||||
2 - Sway
|
||||
|
||||
```bash
|
||||
/etc/greetd/sway-config - Exemple Sway config (needed)
|
||||
-----------------------------------------------------------
|
||||
exec "regreet; swaymsg exit"
|
||||
include /etc/sway/config.d/*
|
||||
```
|
||||
|
||||
```bash
|
||||
/etc/greetd/config.toml - Exemple ReGreet config using sway
|
||||
-----------------------------------------------------------
|
||||
[terminal]
|
||||
vt = 7
|
||||
|
||||
[default_session]
|
||||
command = "sway --config /path/to/custom/sway/config"
|
||||
user = "greetd"
|
||||
```
|
||||
|
||||
Note: On single user system you can change user to your home user
|
||||
Advanced configuration go the [Project README](https://github.com/rharish101/ReGreet/blob/main/README.md)
|
||||
Reference in New Issue
Block a user