beep boop

This commit is contained in:
mrfluffy-dev
2025-06-13 12:26:48 +01:00
parent 4a93d97a72
commit 5897ff3410
3 changed files with 77 additions and 35 deletions

View File

@@ -10,6 +10,14 @@
niri = {
settings = {
outputs."eDP-1".scale = 1.0;
spawn-at-startup = [
{
command = [ "xwayland-satellite" ];
}
];
environment = {
DISPLAY = ":0";
};
binds = {
"Mod+T".action.spawn = "alacritty";
};