Commit message (Collapse) | Author | ||
---|---|---|---|
34 min. | modules/river/keymap: Use consistent view focus and move mappings | Benedikt Peetz | |
20 hours | modules/nix-index/command_not_found.sh: Avoid using removed flag | Benedikt Peetz | |
`--top-level` is now default. | |||
20 hours | modules/nix-index: Use new home-manager module location | Benedikt Peetz | |
20 hours | modules/river/keymap: Add spawn mapping for `anki` | Benedikt Peetz | |
20 hours | treewide: Update | Benedikt Peetz | |
20 hours | pkgs/yt: 1.7.1 -> 1.8.0 | Benedikt Peetz | |
21 hours | pkgs/i3status-rust: Inline the patches | Benedikt Peetz | |
The github patches seem to change their hash from time to time? | |||
5 days | pkgs/tskm: Support raw paths in place of URLs | Benedikt Peetz | |
Otherwise, using `tskm` as an URL opener might fail (e.g., as `xdg-open /some/path`, would still invoke it). | |||
5 days | modules/legacy/conf/iamb: Move to `by-name` and modernize | Benedikt Peetz | |
I started using `iamb` when it was really not-finished yet (and used a json config). | |||
5 days | modules/legacy/conf/{hyfetch,latexindent,rclone,tridactyl}: Remove | Benedikt Peetz | |
hyfetch and latexident configs were simply copied from the default (without real changes) and I don't really use any of these tools anymore. | |||
5 days | modules/yt: Put the commands into lists, to facilitate arguments | Benedikt Peetz | |
5 days | modules/yt: Add the `url_opener` command | Benedikt Peetz | |
5 days | modules/yt: Move the command config to its own table | Benedikt Peetz | |
6 days | modules/yt: Add missing `less` dependency to the external command handler | Benedikt Peetz | |
6 days | modules/yt: Use nix to generate the configs and update the config | Benedikt Peetz | |
2025-07-06 | modules/river/keymap: Avoid the inf-rec by explicitly using a fixpoint | Benedikt Peetz | |
2025-07-06 | modules/river/keymap: Avoid trailing spaces in spawn | Benedikt Peetz | |
2025-07-06 | pkgs/tskm/browser/open: Don't fail on stale qutebrowser ipc sockets | Benedikt Peetz | |
2025-07-06 | modules/river/keymap: Support the common `<Super-l>` mapping | Benedikt Peetz | |
2025-07-06 | modules/river/keymap: Use self-reference over putting everything into let | Benedikt Peetz | |
2025-07-06 | modules/river: Use different log files for the river comp and init | Benedikt Peetz | |
Otherwise, the two of them will have different seek parts in the files and override each other. | |||
2025-07-04 | treewide: Update | Benedikt Peetz | |
2025-07-04 | pkgs/i3bar-river: Update version to include a fix | Benedikt Peetz | |
2025-07-01 | modules/river/keymap: Add missing `mkSpwan` arguments | Benedikt Peetz | |
2025-07-01 | modules/river/keymap: Use `let .. in` instead of `rec` | Benedikt Peetz | |
`rec` can't handle the quoted reference to the attribute set (`<LEFT_SUPER>`). | |||
2025-07-01 | modules/river/keymap: Also mark lock as `once` | Benedikt Peetz | |
2025-07-01 | modules/river/keymap: Don't duplicate commands, use aliases instead | Benedikt Peetz | |
2025-07-01 | modules/river/keymap: Avoid providing a function for each arg | Benedikt Peetz | |
2025-07-01 | modules/i3status-rs: Each block starts with a space and ends with one | Benedikt Peetz | |
This ensures the same spacing for each block. | |||
2025-07-01 | modules/i3status-rs: Add remaining time and charging power to battery | Benedikt Peetz | |
2025-07-01 | modules/i3status-rs: Don't show an error, if the GPU is unavailable | Benedikt Peetz | |
This happens on apzu, as she has only an integrated intel GPU. | |||
2025-07-01 | modules/i3status-rs: Don't add space, without swap | Benedikt Peetz | |
2025-07-01 | modules/river: Mark more run commands as `once` | Benedikt Peetz | |
2025-07-01 | treewide: Update | Benedikt Peetz | |
2025-07-01 | modules/nix: Switch back to lix | Benedikt Peetz | |
2025-07-01 | {modules/river,pkgs/river-mk-keymap}: Support `once` key mappings | Benedikt Peetz | |
Otherwise, the prompt for the new screenshot is overshadowed by the normal key mappings in the `run` mode. | |||
2025-07-01 | modules/river/keymap: Avoid Ctrl in keymaps | Benedikt Peetz | |
This is hard to type | |||
2025-07-01 | modules/river: Use the correct river-mk-keymap invocation | Benedikt Peetz | |
2025-06-29 | treewide: Update | Benedikt Peetz | |
2025-06-29 | modules/river: Fix minor keymap config-file mistakes | Benedikt Peetz | |
2025-06-29 | modules/disks: Setup a tmpfs for the new lix build location | Benedikt Peetz | |
Otherwise, builds are performed on-disk. | |||
2025-06-29 | {modules/river,pkgs/river-mk-keymap}: Support keymap descriptions | Benedikt Peetz | |
That just avoids the visual clutter, caused by the nix store paths. | |||
2025-06-29 | modules/river: Use the same keymap for both tiamat and apzu | Benedikt Peetz | |
This avoids bit-rot in apzu's key mappings and maybe helps me to actually learn all the possible key mappings. | |||
2025-06-29 | pkgs/river-mk-keymap: Don't emit duplicate key mappings | Benedikt Peetz | |
Ideally, the key mapping generation code would not produce duplicates in the first place, but sorting them out is also okay (considering the rather low number of key mappings.) | |||
2025-06-29 | pkgs/river-mk-keymap: Support a dry-run mode | Benedikt Peetz | |
This can be used to check that the keymap.json file is valid, before deploying it. | |||
2025-06-29 | pkgs/river-mk-keymap: Improve with key-chord support and which-key interface | Benedikt Peetz | |
2025-06-28 | flake.lock: Update | Benedikt Peetz | |
This update contains the fixes to the aforementioned cppnix/lix vulnerability. | |||
2025-06-28 | pkgs/i3bar-river-patched: Base on my branch and rebase the block in middle patch | Benedikt Peetz | |
This should avoid having to update both of the patches in the future, as the pull request patch fetch is not stable, and changes if I push something new to the pr. | |||
2025-06-28 | modules/nix: Temporarily switch to cppnix | Benedikt Peetz | |
Both (lix and cppnix) have a fix for some rather serious CVEs. But lix also introduced a rather serious system breaking bug. So we need to update to something that works now, and I'm not really motivated to apply the patches for the lix bug manually. | |||
2025-06-28 | pkgs/i3bar-river-patched: Remove rustc-1.86 compatibility patch | Benedikt Peetz | |
Nixpgks unstable has rustc-1.87. |