Commit graph

30 commits

Author SHA1 Message Date
Gijs Burghoorn
9bc429735c fix: lemur-git to lemurs-git 2024-04-29 22:17:11 +02:00
Robin Candau
a133153073 Update Rinstallation instructions with the Lemurs Arch package 2024-04-29 22:17:11 +02:00
Stéphane Campinas
97990550a3 Fix typo in README.md 2024-03-30 08:35:21 +01:00
Gijs Burghoorn
20b218333a
Update documentation to contain chmod 755
This address difficulties faced in #191
2024-01-22 12:26:12 +01:00
Gijs Burghoorn
2f5b654533
[Doc]: Update README description 2023-10-19 16:55:03 +02:00
Gijs Burghoorn
60dd5e3886
Doc: Add OpenSUSE as a platform 2023-10-10 23:39:12 +02:00
Gijs Burghoorn
4a26df32fc
Doc: Use stable instead of git for installation 2023-09-20 20:20:20 +02:00
Gijs Burghoorn
fe71701caf Doc: Add information about variables in config to README 2023-09-20 17:36:10 +02:00
Gijs Burghoorn
ecd477422d Doc: Add README part about control keybindings 2023-04-16 10:45:30 +02:00
Gijs Burghoorn
86e3272ac1 Doc: Document the new logging 2023-03-30 22:14:40 +02:00
Gijs Burghoorn
0c40e91164 Move cover.png to 'assets' folder 2023-03-03 20:27:18 +01:00
Gijs Burghoorn
6def9f2da0 Cleanup for release 2023-03-03 20:06:55 +01:00
Gijs Burghoorn
f6a0f2ec9d Adjust the README 2023-02-17 14:49:32 +01:00
Gijs Burghoorn
513de3ce76
Add build-essential and MSRV policy to README 2022-12-22 17:04:46 +01:00
Gijs Burghoorn
c5d77ed732 Merge branch 'main' into develop 2022-12-15 19:35:04 +01:00
Gijs Burghoorn
37f773b330
Update the installation instructions 2022-12-05 19:37:10 +01:00
Gijs Burghoorn
67ffe16767
Add platforms section in README 2022-12-02 19:26:14 +01:00
Gijs Burghoorn
bd2d82755b
Next version (#76)
* Caching Post-Login Environment (#75)

* Add a configuration option for focus behaviour (#74)

* Add a configuration option for focus behaviour

* Rust fmt

* Add caching for post login environment

* Fmt

* Clippy

* Fix the status message (#77)

* Fix status message
* Handle render unwraps
* Add comment
* FMT and Clippy

* Switch arg parsing to clap-derive (#78)

* Switch arg parsing to clap-derive
* RustFmt

Co-authored-by: Gijs Burghoorn <g.burghoorn@gmail.com>

* Make nightly the default toolchain

* Enable building with stable toolchain (#79)

* Adjust code so that it builds with stable Rust
* Move unsafety to only wrap the 'pre_exec'
* Fix PERMERR by reordering to set{groups, gid, uid}
* Remove +nightly from install script

Co-authored-by: Gijs Burghoorn <g.burghoorn@gmail.com>

* Add command to show possible environments

* Exclude non-executable environments

* Add subcommand to view cached information

* Add --tty CLI flag to override TTY configuration (#81)

* Add TTY Shell environment (#82)

Add TTY shell environment

* Always display TTYSHELL if no wms are found (#83)

* Add AUR installation instructions (#87)

* File overview in README (#88)

Add file overview in README

* [FIX]: Show TTY Shell on dir misconfiguration (#89)

* Wayland support (#84)

* Get started on wayland support

* Add AUR installation instructions (#87)

* File overview in README (#88)

Add file overview in README

* Working Wayland

* Improve the README to reflect changes

* Version Bump and Document Dependencies

* Change power control commands to systemd

* Change cover image

* Crop cover image

* [FEATURE]: Add UTMPX support

* RUSTFMT and add libc dependency

* UTMPX Support (#90)

* [FEATURE]: Add UTMPX support
* RUSTFMT and add libc dependency

* Clippy and include Cargo.lock

Co-authored-by: Marcin Puc <tranzystorek.io@protonmail.com>
2022-11-22 16:30:26 +01:00
Gijs Burghoorn
3a96b066c3 Update README 2022-07-30 19:45:24 +02:00
Gijs Burghoorn
e46dd7c890
Next version (#42)
* Add maximum width option to input fields (#41)

* Add maximum width option to input fields
* Format input field code

* Fix crash when no graphical environment is specified (#43)

* Catch errors in shutdown and reboot scripts (#45)

* Set PWD upon logging in (#48)

* Set PWD upon logging in
* Fix formatting

* Load the /etc/lemurs/config.toml file (#49)

* Load the /etc/lemurs/config.toml file
* Formatting config.rs

* Load the /etc/lemurs/config.toml file

* Isolate and improve environment variables (#53)

Add the XDG environment variables and isolate the setting of environment
variables to their own module. The TTY is now also settable from the
`config.toml`.

* Add an option to remember the username from the last login (#55)

* Add option to remember the username in /var/cache
* Formatting

* Remove mouse capture (#56)

* Improve install script (#58)

* Change configuration to extend default configuration (#57)

* Change configuration to extend default configuration
* Formatting

* Remove test workflow

* Massively cleanup, small improvements and improve the logging (#60)

- Log path moved from `/tmp/lemurs.log` to `/var/log/lemurs.log`
- Add the `--no-log` flag
- Move the preview log file from `out.log` to `lemurs.log`
- Handle tty switching errors
- Change name config section `wm_selector` to `environment_switcher`
- Change the pam service used from `login` to `system-login`
- Separate all authentication and environment starting logic from the UI logic
- Properly handle X starting errors
- Create an event handling thread so that status messages can now be displayed while processing

* Properly set groups when logging in with X (#72)

* Fix installation file

* Remove creation of Xauthority file

* Dynamically wait for X to start

* Add feature(set_groups)

* Change back to 'login' auth

* Update Cargo.lock

* Update README.md file

* Version bump

* Remove unused code

* Remove unwraps

* Update Cargo.lock

* Fix shared state and InputField

* Fix input box

* Clippy warnings

* Make waiting dependent on time instead of loop count
2022-07-30 19:41:41 +02:00
Gijs Burghoorn
eca3eb62a2
Update README.md 2022-01-05 21:07:36 +01:00
Gijs Burghoorn
410dc53db9 Improve configuration documentation 2022-01-05 19:58:43 +01:00
Gijs Burghoorn
319247ec11 Add Usage chapter 2021-12-31 20:13:45 +01:00
Gijs Burghoorn
f6bde9a884 Add license text 2021-12-31 20:13:45 +01:00
Gijs Burghoorn
8c0eaf24a3 Add install script 2021-12-31 20:13:45 +01:00
Gijs Burghoorn
8b3f8665d5 Add cover image to README 2021-12-31 20:13:45 +01:00
Gijs Burghoorn
9f58364bb2
Add goal section to README 2021-12-28 23:18:22 +01:00
Gijs Burghoorn
08382af8e2 Spelling mistake 2021-12-28 23:11:20 +01:00
Gijs Burghoorn
3f514e250d
Fix README formatting 2021-12-28 23:09:22 +01:00
Gijs Burghoorn
d67af32310 Add README.md 2021-12-28 22:56:14 +01:00