pogobanane
pogobanane
this does not implement dynamic window movement/resizeing but utilizes the existing commands for 'top-left', 'top', 'top-right', 'left'... Instead this breaks the 9 commands down to 4 (upwards, downwards, left-wards, right-wards)....
You talk about replacing the simple 'left', 'top-left', 'top', 'top-right' commands by a scalable, more versatile, grid based approach? i think this project should support both: the simple commands which...
How is array size relevant here? QList is a linked list without any heap or array usage. I'm generally wondering where the items are stored and why this appears to...
So this actually does work, but is not documented in --help.
i started a darwin home-manager implementation based on this PR here: https://github.com/pogobanane/sops-nix/tree/feat/home-manager-darwin - which compiles - whose git history needs to be cleaned up - which is completely untested -...
since 086c11d09bb28c9c214bec24a0784d7b9770b3e6 (3.7.2 #1006 ), there exists a env-var which should enable an interactive password prompt via `SOPS_AGE_KEY=$(age -d ~/.config/sops/age/keys.age) sops secrets.yml`
I did runtime tests with an Intel E810.
i merged the home-manager-darwin version with this branch in #261. @mtoohey31 could you do another quick test if it still works on darwin?
#268 implements darwin support for home-manager. Room for improvement: - Adjusting for global darwin modules should be as easy as creating the nix files and documentation. - Also the docs...
the binaries will work with root under darwin i think. And if i remember correctlly, one of the forks that this #268 is based on already implemented a nixos-darwin-module. We'd...