stella
stella
You have a couple options. - Write a script that automatically hot-reloads for you - Use the up arrow key to quickly get the command without typing it
@peterfoot It looks like `LinuxBluetoothListener` never sets it's `Active` property in the `Start` method, causing listeners on linux to throw `Not listening. You must call the Start() method before calling...
also having this issue on hyprland 0.45.0, cursor v2.0.7 from unstable nixpkgs
additionally, would love to use liboqs handled by nix via the devenv, which afaik *should work*, but doesn't: ``` $ cargo run Compiling oqs-sys v0.11.0+liboqs-0.13.0 error: failed to run custom...
> I tried a bit of searching, but the fact that [this thread](https://discourse.nixos.org/t/where-is-limits-h/50535) exists makes me suspect that this is more of a Nix configuration issue? wondering how this would...
1. that's... not how nix works 2. not trying to rename the standard submap, trying to specifically define binds in a different submap, which is *not possible to do with...
a potential workaround that wouldn't be too difficult to turn into a PR (by someone with the time): ```rs extraConfig = let submaps = { chord = { settings =...
> Stella, when using your method, would it be possible to interweave binds with different flags? Because, as is, the order that the binds appear in the Hyprland config matters....