add initial unsanitised dotfiles

Adds the clearest current starting point of my dotfiles I can make out.
There is no way to automate anything yet. Lots of stuff is missing from
the nix configuration, which needs to be added per machine.
This commit is contained in:
Arne Dußin 2025-02-26 00:02:52 +01:00
commit 2c0e4f885e
26 changed files with 2531 additions and 0 deletions

17
picom.conf Normal file
View file

@ -0,0 +1,17 @@
backend = "glx";
corner-radius = 5.0;
shadow = true;
shadow-radius = 10;
blur:
{
method = "dual_kawase";
}
blur-background-exclude = [
"window_type = 'dock'",
"class_g ~= 'slop'",
];
vsync = true;