mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50:30 +01:00
feat: adds background blur and hides macos windows decorations
This commit is contained in:
parent
d3305f1e76
commit
12b7809c04
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
|||
};
|
||||
|
||||
settings = {
|
||||
hide_window_decorations = "yes";
|
||||
background_blur = "16";
|
||||
confirm_os_window_close = 0;
|
||||
background_opacity = "0.75";
|
||||
window_padding_width = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue