feat: wallpaper niceness
This commit is contained in:
parent
985453e6be
commit
1a8d67e19d
2 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
name = "Tel Aviv, Israel";
|
||||
};
|
||||
general.avatarImage = config.flake.meta.user.face;
|
||||
wallpaper.overviewEnabled = true;
|
||||
bar = {
|
||||
# density = "compact";
|
||||
position = "left";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue