Find a file
Oliver Davies 61c0b7c5c6 st: add anysize patch
> By default, st's window size always snaps to the nearest multiple of
the character size plus a fixed inner border (set with borderpx in
config.h). When the size of st does not perfectly match the space
allocated to it (when using a tiling WM, for example), unsightly gaps
will appear between st and other apps, or between instances of st.
>
> This patch allows st to resize to any pixel size, makes the inner
border size dynamic, and centers the content of the terminal so that the
left/right and top/bottom borders are balanced. With this patch, st on a
tiling WM will always fill the entire space allocated to it.

https://st.suckless.org/patches/anysize
2025-02-17 01:09:00 +00:00
bin Fix battery notifications 2024-11-28 01:07:21 +00:00
nix st: add anysize patch 2025-02-17 01:09:00 +00:00
nvim Change the test strategy to vimux 2025-02-12 21:39:24 +00:00
patches st: add anysize patch 2025-02-17 01:09:00 +00:00
phpactor Add a Phpactor template for creating collections 2025-01-09 02:56:11 +00:00
wallpaper Move Nix files into a nix directory 2024-11-21 08:56:12 +00:00
.envrc Use direnv 2024-02-13 21:32:44 +00:00
.gitignore Ignore .stignore 2024-08-13 09:05:04 +01:00
.mailmap Add .mailmap 2025-01-19 00:11:55 +00:00
.markdownlint.yaml Update CHANGELOG 2024-06-11 22:14:50 +01:00
flake.lock Update Firefox configuration 2025-02-13 23:12:27 +00:00
flake.nix Update Firefox configuration 2025-02-13 23:12:27 +00:00
logo.txt feat(zsh): show ASCII logo in a new terminal 2023-08-12 19:53:07 +01:00
README.md docs(README): add Dan Leech dotfiles link 2023-11-24 18:31:09 +00:00
run Update run script 2025-02-14 07:48:53 +00:00
todo.txt Make NOTES_DIRECTORY configurable per host 2025-01-29 01:49:03 +00:00

dotfiles

Cross-platform development environments for opdavies using Nix, NixOS and Home Manager.

Why did you move from Ansible?

TBD.

Why NixOS?

TBD.

Why Home Manager?

TBD.

NixOS vs WSL2 (Windows)

TBD.

Inspiration