feat: wallpaper niceness

This commit is contained in:
Teesh 2026-02-01 18:53:19 +02:00
parent 985453e6be
commit 1a8d67e19d
2 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,10 @@
environment."NIXOS_OZONE_WL" = "1";
prefer-no-csd = true;
input.keyboard.numlock = true;
layer-rules = [ {
matches = [ { namespace = "^noctalia-overview*"; } ];
place-within-backdrop = true;
} ];
binds = {
"Mod+Shift+S".action.screenshot = [];
"Mod+Shift+Q".action.spawn = noctalia "sessionMenu toggle";

View file

@ -20,6 +20,7 @@
name = "Tel Aviv, Israel";
};
general.avatarImage = config.flake.meta.user.face;
wallpaper.overviewEnabled = true;
bar = {
# density = "compact";
position = "left";