current state and todo in readme

main
Inga 🏳‍🌈 2 years ago
parent 2ce9ca7d98
commit 847dde87e7
  1. 34
      README.md

@ -192,6 +192,13 @@ It should also be wayland by default, but you can check it by `doas apk add xeye
In order for screen sharing to work, go to `chrome://flags/#enable-webrtc-pipewire-capturer` and enable it. In order for screen sharing to work, go to `chrome://flags/#enable-webrtc-pipewire-capturer` and enable it.
Note though that every time you screenshare, there will be two promps from xdg-desktop-portal, one for picking a source, and another for actually sharing. Note though that every time you screenshare, there will be two promps from xdg-desktop-portal, one for picking a source, and another for actually sharing.
### Git
```
doas apk install git
git config --global credential.helper --store
```
### Telegram ### Telegram
``` ```
@ -239,16 +246,16 @@ Backlight control with Fn+F5/F6 should work now.
### Trackpoint ### Trackpoint
Disregar this: Disregard this:
> ``` > ```
find /sys/devices/platform/i8042/ -name name | xargs grep -Fl TrackPoint >find /sys/devices/platform/i8042/ -name name | xargs grep -Fl TrackPoint
``` > ```
> to find which serio corresponds to trackpoint, then > to find which serio corresponds to trackpoint, then
> ``` > ```
echo 70 | doas tee /sys/devices/platform/i8042/serio1/sensitivity > echo 70 | doas tee /sys/devices/platform/i8042/serio1/sensitivity
``` > ```
> for reasonably low sensitivity (does not persist). > for reasonably low sensitivity (does not persist; for persistence TODO separate udev rule).
Instead of configuring sensitivity, it's probably better to configure pointer speed in river. Instead of configuring sensitivity, it's probably better to configure pointer speed in river.
@ -354,3 +361,18 @@ riverctl float-filter-add title 'Firefox — Sharing Indicator'
(TODO: check which kind of quotes works) (TODO: check which kind of quotes works)
## TODO
* Fix internal mic
* Clipboard support
* Screenshots support
* Docker
* IDE
* Notifications
* Make river usable
* Make waybar usable (+waybar fonts)
* nushell + starship instead of ash
* Mail client
* Fix standby
* Fix call audio in firefox
* WiFi

Loading…
Cancel
Save