about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* modules/local/keymaps/dvorak_modified: Add Slovenian keys primeBenedikt Peetz26 hours
|
* modules/common/unison: Allow some dirs of the music directoryBenedikt Peetz3 days
|
* modules/lf/ctpv/prev/audio: Use `ffprobe` instead of `ffmpeg`Benedikt Peetz4 days
| | | | | | | `ffmpeg` fails as it is not run with an output file, and we don't really want to transform the input in any way. We just want the nice metadata format. `ffprobe` provides just that and is thus better suited for our usecase.
* modules/legacy/beets: Use correct escape sequence for `\`Benedikt Peetz4 days
| | | | | The `\` is parsed once from yaml to python and then again, when it is inserted into the replace regex. As such we need two levels of escape.
* modules/legacy/beets: Use primary artist for path namesBenedikt Peetz4 days
| | | | | | | | | | This avoids having multiple directories for the same artist: ``` Artist1 Artist1 & SomeOtherArtist Artist1 feat. ThirdArtist (etc.) ```
* modules/printing: Make printer config state-fullBenedikt Peetz7 days
| | | | | The printer can be offline when starting the system, or it can be otherwise unreachable.
* modules/river/keymap: Provide a quicker way to switch between common modesBenedikt Peetz8 days
|
* modules/river/keymap: Use consistent view focus and move mappingsBenedikt Peetz8 days
|
* modules/nix-index/command_not_found.sh: Avoid using removed flagBenedikt Peetz9 days
| | | | `--top-level` is now default.
* modules/nix-index: Use new home-manager module locationBenedikt Peetz9 days
|
* modules/river/keymap: Add spawn mapping for `anki`Benedikt Peetz9 days
|
* treewide: UpdateBenedikt Peetz9 days
|
* pkgs/yt: 1.7.1 -> 1.8.0Benedikt Peetz9 days
|
* pkgs/i3status-rust: Inline the patchesBenedikt Peetz9 days
| | | | The github patches seem to change their hash from time to time?
* pkgs/tskm: Support raw paths in place of URLsBenedikt Peetz13 days
| | | | | Otherwise, using `tskm` as an URL opener might fail (e.g., as `xdg-open /some/path`, would still invoke it).
* modules/legacy/conf/iamb: Move to `by-name` and modernizeBenedikt Peetz13 days
| | | | | I started using `iamb` when it was really not-finished yet (and used a json config).
* modules/legacy/conf/{hyfetch,latexindent,rclone,tridactyl}: RemoveBenedikt Peetz13 days
| | | | | | hyfetch and latexident configs were simply copied from the default (without real changes) and I don't really use any of these tools anymore.
* modules/yt: Put the commands into lists, to facilitate argumentsBenedikt Peetz13 days
|
* modules/yt: Add the `url_opener` commandBenedikt Peetz13 days
|
* modules/yt: Move the command config to its own tableBenedikt Peetz13 days
|
* modules/yt: Add missing `less` dependency to the external command handlerBenedikt Peetz2025-07-19
|
* modules/yt: Use nix to generate the configs and update the configBenedikt Peetz2025-07-19
|
* modules/river/keymap: Avoid the inf-rec by explicitly using a fixpointBenedikt Peetz2025-07-06
|
* modules/river/keymap: Avoid trailing spaces in spawnBenedikt Peetz2025-07-06
|
* pkgs/tskm/browser/open: Don't fail on stale qutebrowser ipc socketsBenedikt Peetz2025-07-06
|
* modules/river/keymap: Support the common `<Super-l>` mappingBenedikt Peetz2025-07-06
|
* modules/river/keymap: Use self-reference over putting everything into letBenedikt Peetz2025-07-06
|
* modules/river: Use different log files for the river comp and initBenedikt Peetz2025-07-06
| | | | | Otherwise, the two of them will have different seek parts in the files and override each other.
* treewide: UpdateBenedikt Peetz2025-07-04
|
* pkgs/i3bar-river: Update version to include a fixBenedikt Peetz2025-07-04
|
* modules/river/keymap: Add missing `mkSpwan` argumentsBenedikt Peetz2025-07-01
|
* modules/river/keymap: Use `let .. in` instead of `rec`Benedikt Peetz2025-07-01
| | | | | `rec` can't handle the quoted reference to the attribute set (`<LEFT_SUPER>`).
* modules/river/keymap: Also mark lock as `once`Benedikt Peetz2025-07-01
|
* modules/river/keymap: Don't duplicate commands, use aliases insteadBenedikt Peetz2025-07-01
|
* modules/river/keymap: Avoid providing a function for each argBenedikt Peetz2025-07-01
|
* modules/i3status-rs: Each block starts with a space and ends with oneBenedikt Peetz2025-07-01
| | | | This ensures the same spacing for each block.
* modules/i3status-rs: Add remaining time and charging power to batteryBenedikt Peetz2025-07-01
|
* modules/i3status-rs: Don't show an error, if the GPU is unavailableBenedikt Peetz2025-07-01
| | | | This happens on apzu, as she has only an integrated intel GPU.
* modules/i3status-rs: Don't add space, without swapBenedikt Peetz2025-07-01
|
* modules/river: Mark more run commands as `once`Benedikt Peetz2025-07-01
|
* treewide: UpdateBenedikt Peetz2025-07-01
|
* modules/nix: Switch back to lixBenedikt Peetz2025-07-01
|
* {modules/river,pkgs/river-mk-keymap}: Support `once` key mappingsBenedikt Peetz2025-07-01
| | | | | Otherwise, the prompt for the new screenshot is overshadowed by the normal key mappings in the `run` mode.
* modules/river/keymap: Avoid Ctrl in keymapsBenedikt Peetz2025-07-01
| | | | This is hard to type
* modules/river: Use the correct river-mk-keymap invocationBenedikt Peetz2025-07-01
|
* treewide: UpdateBenedikt Peetz2025-06-29
|
* modules/river: Fix minor keymap config-file mistakesBenedikt Peetz2025-06-29
|
* modules/disks: Setup a tmpfs for the new lix build locationBenedikt Peetz2025-06-29
| | | | Otherwise, builds are performed on-disk.
* {modules/river,pkgs/river-mk-keymap}: Support keymap descriptionsBenedikt Peetz2025-06-29
| | | | That just avoids the visual clutter, caused by the nix store paths.
* modules/river: Use the same keymap for both tiamat and apzuBenedikt Peetz2025-06-29
| | | | | This avoids bit-rot in apzu's key mappings and maybe helps me to actually learn all the possible key mappings.