mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
formatted the code with alejandra
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
{ config, pkgs, ... }: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.picom = {
|
||||
enable = true;
|
||||
package = pkgs.picom-next;
|
||||
@ -8,7 +12,7 @@
|
||||
|
||||
fade = true;
|
||||
fadeDelta = 10;
|
||||
fadeSteps = [ 0.05 0.05 ];
|
||||
fadeSteps = [0.05 0.05];
|
||||
fadeExclude = [
|
||||
"window_type *= 'menu'"
|
||||
];
|
||||
@ -36,7 +40,7 @@
|
||||
|
||||
corner-radius = 0;
|
||||
|
||||
# pijulius specifics
|
||||
# pijulius specifics
|
||||
animations = true;
|
||||
animation-stiffness = 500;
|
||||
animation-window-mass = 1.0;
|
||||
|
Reference in New Issue
Block a user