docs: sway: mention that hotplugging is broken

This commit is contained in:
Colin 2024-03-30 20:31:02 +00:00
parent eff37765ae
commit 1e7de43da8
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
## BUGS
- ringer (i.e. dino incoming call) doesn't prevent moby from sleeping
- sway mouse/kb hotplug doesn't work
- `nix` operations from lappy hang when `desko` is unreachable
- could at least direct the cache to `http://desko-hn:5001`

View File

@ -172,6 +172,7 @@ in
# needs to *create* the sway socket. could move the sway socket into its own directory, and whitelist just that, but doesn't buy me much.
sandbox.extraRuntimePaths = [ "/" ];
sandbox.extraPaths = [
# TODO: sway isn't handling hotplugged mouse/kb. they do show up in its environment: it may be that i need to bind some udev-related path for it to be detected
"/dev/input"
"/run/systemd"
"/run/udev"